This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You're preparing to deploy a .NET Aspire solution to your Azure subscription. You want to add an Azure Storage account by editing the Bicep files. How can you generate Bicep files to edit before you deploy?
Run the azd init command.
Run the azd infra synth command.
Run the azd up command.
You're deploying a .NET Aspire solution to Azure and you want it to send telemetry data to Azure Application Insights. When you run the deployment, an Application Insights instance is created but no telemetry data is displayed in it. What should you do?
Add a package and code to the Service Defaults project to enable the Azure Monitor OpenTelemetry Exporter.
Add a package and code to the web app and API projects to enable the Azure Monitor OpenTelemetry Exporter.
Add a package and code to the app host project to enable the Azure Monitor OpenTelemetry Exporter.
You must answer all questions before checking your work.
Was this page helpful?