Skip to content

A series of hands on labs around migration and modernization

License

Notifications You must be signed in to change notification settings

Magenic/migrationlabs

Repository files navigation

Migration Labs

A series of hands on labs around migration and modernization

This repository contains:

Prerequisites

  1. An Azure Account, if you don't have one, sign up for free: Sign up for Azure
  2. GIT (source control client) for your O/S Download GIT
  3. Azure CLI https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
  • See notes below...
  1. Your favorite editor for Code.

Azure CLI in BASH on Windows Notes

Unfortunately, BASH on Windows hates paths with spaces and parenthesis, so the CLI location of

C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2

Is terrible. Here is what I do, I copy the 'Azure' folder and all sub-folders to my C:\ drive (root) e.g.

C:\CLI2\

And then from BASH when ever I need to execute an Azure command instead of the command you would execute from DOS/Visual-Studio-Command-Line

AZ.cmd {arguments}

We would use this

/C/CLI2/python.exe -Im azure.cli {arguments}

Or better yet, make an alias so you have it anytime

alias az='/C/CLI2/python.exe -Im azure.cli $*'

Which you could put in your ~/.bashrc

In this document we will assume you have done this and that az will do the right thing on your machine

Magenic

This PDF will give you an overview of Magenic and how we can help you get your digital products to market faster.

Authors

About

A series of hands on labs around migration and modernization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published