Skip to content

A repo for testing Application Insights with a .NET web application running in Azure.

License

Notifications You must be signed in to change notification settings

cwiederspan/cdw-appinsights-20240131

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Insights Demo

Build and deploy a website that uses Application Insights for observability purposes.

# Wire-up the variables needed
TENANT_ID=<<YOUR_TENANT_ID>>
SUBSCRIPTION_ID=<<YOUR_SUBSCRIPTION_ID>>
ENVIRONMENT_NAME=<<YOUR_ENVIRONMENT_NAME>>
LOCATION=<<YOUR_AZURE_REGION>>

# Or...

source .env


# Login and execute the commands from the AZD CLI
azd auth login --tenant-id $TENANT_ID

azd env new $ENVIRONMENT_NAME --subscription $SUBSCRIPTION_ID --location $LOCATION

azd provision

azd deploy

azd pipeline config -e $ENVIRONMENT_NAME --provider github

About

A repo for testing Application Insights with a .NET web application running in Azure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published