Skip to content

Quisitive/ortad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Data Platform Development VM

Deploy Development VM

  • This will deploy an Azure Bastion and a Azure Virtual Network with Virtual Machine:
    • AzureBastionSubnet
    • Public Ip Address space for Azure Bastion
    • Network Security Group
      • Network Security Group Rules

The Azure Windows VM is deployed based on the selection of Marketplace Windows image, (only recent versions of Windows are available for selection). This will deploy a D16s_v3 size VM in a resource group. The VM will have all the necessary tools installed, (after clicking the BoxStarter script button) to start deploying Azure components & services.

Available VM Images

- win10-22h2-pro
- win10-21h2-pro
- 21h1-pro
- 20h2-pro
- 20h1-pro

Deploy to Azure
Visualize

Install Development Tools

After the VM is deployed, click on the followng button to install standard development tools.

Warning:

  • Clicking this button installs Chocolatey and several applications.
    It is strongly advised that this is not clicked from a computer other than the deployed VM.

Boxstarter Script

Important:

  • If Chocolatey is not present on the VM, the button below will have to be clicked a second time.
  • Expect serval restarts during installation.

Installed Applications

  • GitHub Desktop
    • git extensions
    • git tools
  • Google Chrome
  • Azure-CLI
  • Visual Studio Code with extensions
    • powershell
    • mssql
    • azure-functions-core-tools
    • vscode-azurerm-tools
    • azcopy10
    • vscode-vsonline
    • azure-pipelines-agent
    • vscode-azurerepos
  • office365proplus

Git Configuration

Remember to set up your global git settings when you first set up code on your Bastion VM. The following information will help you through this process.

To set your global username/email configuration:

Open the command line.

To set repository-specific username/email configuration:

  1. Set your username:
git config user.name "FIRST_NAME LAST_NAME"
  1. Set your email address:
git config user.email "MY_NAME@example.com"
  1. Verify your configuration by displaying your configuration file:
cat .git/config

For more information, refer to the git documentation.

Tags: bastion, ortad, onramp, dpi30

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published