Skip to content

cwissmann/azure-monitoring

Repository files navigation

Azure Monitoring

Short entrypoint for Azure Monitoring

Getting Started

Setup example infrastructure

Create infrastructure with Azure Resource Manager template

Install Azure CLI

Login to your Azure Subscription

az login

Check that the subscription, you want to use, is default

az account set --subscription SUBSRIPTION

Create new resource group. That makes it easier to delete all the stuff from this demo later.

az group create --name GROUPNAME --location westeurope

Run the template to deploy the initial infrastructure

az deployment group create --resource-group GROUPNAME --template-file .\infrastructure\azuredeploy.json

Deploy logic

Deploy functionNet01 to the associated Azure function.

Configure ApplicationInsights

Open appinsights01 resource on Azure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published