Skip to content

Instantly share code, notes, and snippets.

@PeterOrneholm
Last active April 12, 2019 09:54
Show Gist options
  • Save PeterOrneholm/d2a57ef7b2831169a9c78f4fbe159b02 to your computer and use it in GitHub Desktop.
Save PeterOrneholm/d2a57ef7b2831169a9c78f4fbe159b02 to your computer and use it in GitHub Desktop.

Active Azure Academy - Session 5 2019 - Labs & Tutorials

Azure DevOps

  1. Generating demo DevOps account: https://azuredevopsdemogenerator.azurewebsites.net/

  2. Enabling Continious Integration with Azure Pipelines: https://www.azuredevopslabs.com/

  3. Enabling Continious Delivery with Azure Pipelines: https://www.azuredevopslabs.com/

Azure ARM Templates

  1. Create resources using ARM templates from Visual Studio: https://docs.microsoft.com/en-us/azure/azure-resource-manager/vs-azure-tools-resource-groups-deployment-projects-create-deploy

  2. Understanding the ARM documentation to change specific parameters: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-tutorial-create-encrypted-storage-accounts

  3. Using copy to create multiple instances: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-tutorial-create-multiple-instances?tabs=azure-cli

Azure Application Insights

  1. Getting started with Application Insights for ASP.NET Core: https://docs.microsoft.com/en-us/azure/azure-monitor/learn/dotnetcore-quick-start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment