In the demo you will observer the code and deploy it to provisioned environment: Web App and SQL Database.
- Azure CLI or Cloud Shell
- Visual Studio
- Net Core 6.0
-
Open
demo.azcli
and execute line by line to provision Web App, SQL DB and Storage account. -
Open project DemoProject and update ConnectionString string in
appsettings.json
. You need to provide instrumentation key. The key can be found on the portal for AI instance with the same as website. -
Run script
deploy.azcli
to deploy the code to the provisioned web site. -
Make several requests to the Web App to generate activities for metrics.
-
From AI portal observer
Performance
.
- From the
User Flow
select event you are interested in and observer the graph of user flow.
In the next demo you will keep investigating Map and Exception that help you troubleshot the app.