зеркало из https://github.com/Azure/vdc.git
927e52f5f9
* initial commit of minimal viable docs * update on design principles * update to principles * adding quickstart * corrections * added instructions for teardown * draft of readme * update lab readme * link to release notes * ready for review * broken link * cleanup * corrections * more feedback |
||
---|---|---|
.. | ||
InstallLabVM.ps1 | ||
README.md | ||
azure-deploy.json |
README.md
Azure Virtual Datacenter lab workstation
This one click deployment will build the toolkit development box in Azure. All of the dependencies required to use the toolkit are installed.
NOTE This can take 30 minutes to set up. Please be aware that if you login too early, the software won't be ready.
Software included on the VM
- Docker for Windows Community Edition
- Git for Windows (bash)
- Visual Studio Code with Extentions: Azure ARM Tools, Azure CLI, Python Linting, Docker, PowerShell
See the auzre-deploy.json
file for credentials.
NOTE Storing credentials in source code is a very bad practice. You should change these credentials as soon as you log into the VM.
Starting Docker
- Once the VM is deployed use the Azure portal to connect.
- Double click the Docker for Windows shortcut on the desktop.
- It will take a few minutes for Docker to start the first time.
- You may need to sign out and sign back in for Docker to work.
Next steps
Checkout the quick start guide.