Tüm alıştırma soruları
972 soru
A developer is troubleshooting server-side HTTP 500 errors on a Windows-based Azure App Service. The developer runs the following Azure CLI command:
az webapp log config --name my-app --resource-group my-rg --failed-request-tracing true
The developer now needs to download and inspect the raw XML log files generated by this feature using the Kudu console. Under which directory in the App Service file system are the Failed Request Tracing logs stored?
You are developing a C# console application to process customer support tickets from an Azure Service Bus queue named `support-tickets`. You need to retrieve a single message from the queue, process it, and remove it from the queue using the `Azure.Messaging.ServiceBus` SDK.
Arrange the steps in the correct order to implement this logic.
Öğeleri doğru sıraya koymak için sürükleyin
A queue-based backend worker application runs on an Azure App Service plan that is configured with a minimum of instances. You set an autoscale rule to scale out by adding instance when the average CPU percentage exceeds . You need to create a scale-in rule that removes instance. To prevent autoscale flapping, what is the maximum CPU percentage threshold that should be set for the scale-in rule?
Complete the statement to identify the XML element required to inherit and execute policies from a parent scope in Azure API Management.
Aşağıdaki boşlukları doldurun
You are configuring an Azure API Management (APIM) instance to connect to a backend service that requires mutual TLS (mTLS) authentication. You need to configure APIM to authenticate with the backend using a client certificate. Which two actions should you perform? (Select TWO.)
Geçerli olan tümünü seçin
You are configuring a secure ASP.NET Core web application hosted in an Azure App Service to load configuration settings from an Azure App Configuration store. The configuration store contains key-values that reference secrets stored in an Azure Key Vault. You want to use a system-assigned managed identity to authenticate and authorize all access between these resources without storing credentials. In which order should you perform the steps to configure the security and connection between these services?
Öğeleri doğru sıraya koymak için sürükleyin
A development team is configuring a new collaboration portal registered in Microsoft Entra ID. The portal must allow users from any corporate or academic Microsoft Entra ID tenant to authenticate, while strictly blocking personal Microsoft Accounts (such as Xbox, Skype, or Outlook.com accounts).
Which combination of application manifest settings and token authority endpoints should the team implement?
You are developing an Azure Function App that processes business orders. You configure the Function App to send telemetry to Application Insights. You must implement a monitoring solution using Azure Monitor to meet the following requirements:
- Automatically notify the operations team via email if any function execution takes longer than 10 seconds to complete.
- Execute a custom Azure Function to log details of the slow execution to an external auditing database.
- Optimize the alert query performance and minimize data scan costs.
Which two actions should you perform? (Choose two.)
Geçerli olan tümünü seçin
You are configuring an inbound policy in Azure API Management to modify the request path before it is forwarded to the backend service. The policy must redirect the client request from the public URL structure to the backend endpoint path /users/{id}. Complete the policy XML block by identifying the missing element name to rewrite the path:
Aşağıdaki boşlukları doldurun
<base />
< template="/users/{id}" />
</inbound>
A telemetry ingestion system processes device readings stored in an Azure Cosmos DB container. You are deploying multiple instances of a .NET background service to process changes in parallel using the Change Feed Processor. All instances will share a single lease container. To ensure that the workload is distributed across all running instances of the background service rather than having them duplicate processing, which configuration strategy should you apply?
You are developing a C# .NET 8 Worker Service application that will be hosted in Azure Container Apps. You need to configure the Application Insights SDK to collect telemetry from this non-web application. You must use the latest Azure-recommended configuration practices and avoid deprecated properties.
Which two actions should you perform? (Select TWO.)
Geçerli olan tümünü seçin
You are developing a distributed system that processes updates from an Azure Cosmos DB container using the .NET SDK v3 Change Feed Processor. You are configuring the lease container that will store the state and manage work distribution among multiple host instances.
Which of the following statements regarding the lease container configuration are correct? (Select TWO)
Geçerli olan tümünü seçin
You are deploying a containerized microservice named `orders-api` to Azure Container Apps by using a Bicep template. The container image is stored in a private Azure Container Registry (ACR) named `myregistry.azurecr.io`. You configure a system-assigned managed identity on the Container App and assign it the `AcrPull` role on the registry.
How should you configure the registry credentials in the Bicep template to ensure the Container App can pull the image from the private registry using the system-assigned managed identity?
You are migrating a deprecated multi-step web test that monitors an e-commerce checkout flow to a modern availability monitoring solution in Azure. The workflow requires logging in with a test account, searching for a product, and verifying the checkout service response.
You decide to implement a custom availability test using a Timer-triggered Azure Function and the Application Insights SDK. The function must run securely, retrieve test account credentials from Azure Key Vault, and report the workflow status to Application Insights.
You need to implement the telemetry reporting and ensure the function runs securely and successfully sends telemetry.
Which two actions should you perform? Select two.
Geçerli olan tümünü seçin
You are troubleshooting a Python web application deployed on a Linux-based Azure App Service named my-app in a resource group named my-rg. The application fails during the startup phase, and you need to enable container stdout/stderr logging to the filesystem and then view the live log stream in your local terminal. Which two of the following Azure CLI commands must you run?
Geçerli olan tümünü seçin
You are deploying a C# background service as an Azure Function App named func-processor-prod. The application must securely retrieve a connection string from an Azure Key Vault named kv-prod using a user-assigned managed identity named id-processor-prod. The resource ID of the user-assigned identity is /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-prod/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id-processor-prod.
You have already assigned the managed identity to the Function App and granted it the Key Vault Secrets User role on the Key Vault. You need to configure the Function App's application settings to resolve the database secret.
Which configuration steps and reference syntax must you use?
You are configuring a custom domain for a publicly accessible Azure Container App. You want to secure the custom domain with an SSL/TLS certificate.
In which sequence must you perform the steps to successfully configure and secure the custom domain?
Öğeleri doğru sıraya koymak için sürükleyin
A healthcare provider uses an Azure Service Bus queue named `patient-checkins` to manage incoming patient arrival data. You are writing a C# client using the Azure.Messaging.ServiceBus SDK to retrieve and process these messages. You must ensure that messages are only removed from the queue after they have been successfully processed, preventing message loss if the client application crashes during execution. Which configuration or approach should you implement?
An organization is provisioning a new Azure API Management (APIM) instance. You must configure the APIM instance to retrieve a backend API key stored as a secret in an Azure Key Vault. You have already enabled a system-assigned managed identity on the APIM instance. Which action should you perform next to allow APIM to retrieve the secret?
You are developing a multi-tenant web application that will be registered in Microsoft Entra ID. The application must allow authentication for users with work or school accounts from any Microsoft Entra ID tenant, as well as users with personal Microsoft accounts (such as Outlook.com or Xbox Live accounts).
Which two configurations must you implement in the application registration and code? (Select two.)
Geçerli olan tümünü seçin