Valid AZ-305 Dumps shared by EduDump.com for Helping Passing AZ-305 Exam! EduDump.com now offer the newest AZ-305 exam dumps, the EduDump.com AZ-305 exam questions have been updated and answers have been corrected get the newest EduDump.com AZ-305 dumps with Test Engine here:
The developers at your company are building a containerized Python Django app. You need to recommend platform to host the app. The solution must meet the following requirements: Support autoscaling. Support continuous deployment from an Azure Container Registry. Provide built-in functionality to authenticate app users by using Azure Active Directory (Azure AD). Which platform should you include in the recommendation?
Correct Answer: C
To keep up with application demands in Azure Kubernetes Service (AKS), you may need to adjust the number of nodes that run your workloads. The cluster autoscaler component can watch for pods in your cluster that can't be scheduled because of resource constraints. When issues are detected, the number of nodes in a node pool is increased to meet the application demand. Azure Container Registry is a private registry for hosting container images. It integrates well with orchestrators like Azure Container Service, including Docker Swarm, DC/OS, and the new Azure Kubernetes service. Moreover, ACR provides capabilities such as Azure Active Directory-based authentication, webhook support, and delete operations. Reference: https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler https://medium.com/velotio-perspectives/continuous-deployment-with-azure-kubernetes-service-azurecontainer- registry-jenkins-ca337940151b
Recent Comments (The most recent comments are at the top.)
sam - Jan 18, 2026
Azure App Service is a fully managed platform that supports running containerized applications, and it meets all the specified requirements:
Support autoscaling: Azure App Service supports autoscaling natively. You can configure it to automatically scale out or scale in based on various metrics such as CPU usage, memory usage, request queue length, etc.
Support continuous deployment from an Azure Container Registry: Azure App Service has built-in integration with Azure Container Registry. You can set up continuous deployment such that new container images pushed to the registry can automatically trigger a deployment to the app service.
Provide built-in functionality to authenticate app users by using Azure Active Directory (Azure AD): Azure App Service supports easy authentication and authorization setup with Azure Active Directory, without needing to write any code for it. It can be configured directly from the Azure portal.
Recent Comments (The most recent comments are at the top.)
Azure App Service is a fully managed platform that supports running containerized applications, and it meets all the specified requirements:
Support autoscaling: Azure App Service supports autoscaling natively. You can configure it to automatically scale out or scale in based on various metrics such as CPU usage, memory usage, request queue length, etc.
Support continuous deployment from an Azure Container Registry: Azure App Service has built-in integration with Azure Container Registry. You can set up continuous deployment such that new container images pushed to the registry can automatically trigger a deployment to the app service.
Provide built-in functionality to authenticate app users by using Azure Active Directory (Azure AD): Azure App Service supports easy authentication and authorization setup with Azure Active Directory, without needing to write any code for it. It can be configured directly from the Azure portal.