• How can you use Azure Monitor and Log Analytics to query logs and set up alerts for your ASP.NET Core applications running in Azure?

  • Describe how to use Azure Application Insights to monitor the performance and exceptions of an ASP.NET Core application. What kind of telemetry can it capture?

  • How would you integrateAzure Active Directory (Entra ID)forauthenticationandauthorizationin anASP.NET Coreweb application or API?

  • Explain how Managed Identities work in Azure and how they can be used by an ASP.NET Core application to securely access other Azure resources (like Key Vault or Azure SQL).

  • How do you configure connection strings and other secrets securely for an ASP.NET Core application running in Azure App Service or AKS ? Mention Azure Key Vault and Managed Identities .

  • When would you chooseAKSoverAzure App Servicefor hosting anASP.NET Coreapplication? What are thetrade-offs?

  • How can you deploy an ASP.NET Core application as a container to Azure Kubernetes Service (AKS) ? What are the key Kubernetes concepts involved ( Deployment , Service , Ingress )?

  • Explain the different triggers and bindings available in Azure Functions and how they integrate with other Azure services.

  • What are Azure Functions ? Describe scenarios where you might use Azure Functions alongside an ASP.NET Core application.

  • Describe how you would deploy an ASP.NET Core application to Azure App Service using Azure DevOps Pipelines ( CI/CD ).

  • How do you configure deployment slots in Azure App Service, and what benefits do they provide for deploying ASP.NET Core applications?

  • Explain the difference betweenAzure App Service PlansandApp Services. How does theplan affect scalingandcost? Mid-Level to Senior Developer

  • WhatAzure compute servicewould you typically choose to host a standardASP.NET Core web application or API, and why? (e.g.,App Service,AKS,Functions,VMs)