
Question: You plan to deploy Azure Functions apps.
You need to run the apps in a fully isolated and dedicated hosting plan.
Which hosting option should you use?
App Service Environment
Question: You plan to deploy Azure Functions apps.
You need to select a hosting option that supports the following conditions for the apps:
- event-driven scaling
- up to a two-hour timeout threshold
Which hosting option should you use?
Premium
Question: You plan to implement an Azure Functions app that will use an identity-based connection to connect to an Azure SQL database.
You need to configure the identifying information that is used to authenticate the connection when the app is running in Azure.
Which identity type should you use?
Managed identity
Question: You plan to create an Azure Functions app in Java.
You need to configure the app triggers and bindings.
What should you do?
Decorate methods and parameters with annotations.
Question: You plan to create an Azure Functions app by using the Python v1 programming model.
You need to configure the app triggers and bindings.
Which method should you use?
Update the content of the function.json file.
Question: You are developing an Azure Kubernetes Service (AKS) microservice application that uses certificates and API keys stored in Azure Key Vault.
Application development includes four environments: Development, Test, Staging, Production.
How many key vaults should you use?
4
Question: You use Azure App Configuration with customer-managed key capability enabled.
You need to allow Azure App Configuration to use an Azure Key Vault key.
Which two actions should you perform?
Assign a managed identity to the Azure App Configuration instance.
Configure managed identity permission to access the Azure Key Vault.
Question: You are implementing a feature flag in Azure App Configuration.
Which two components should you configure?
name
list of filters
Question: You are deploying a Web App using Azure App Configuration in a virtual network.
You need to ensure traffic remains on the Microsoft backbone.
Private endpoint
Question: How many unique keys will be stored in Azure App Configuration given key/label variations?
4
Question: You have an Azure App Service Web App.
You need to collect page views and performance data from user browser sessions.
Which solution should you use?
Autoinstrumentation with Application Insights
Question: You are using Application Map in Application Insights and want to show a component as webcomponent
.
What should you do?
Add two key-values to a Resource Builder: service.name key with value webservice; and service.instance.id key with value webcomponent.
Question: You are writing code with OpenTelemetry to track dependencies similar to Application Insights.
Which object should the method target?
Instrumentation libraries
Question: You are developing a dashboard and near-real-time alerting for a web app with Application Insights.
Which data should you use?
Log-based metrics
uestion: You want to simulate HTTP requests with custom headers using Application Insights availability tests.
Which type of test should you implement?
Standard test
Question: You are writing code with OpenTelemetry and manual instrumentation to track HTTP requests.
Which object should the method target?
Server Span
Question: Your Java web app in Azure Spring Cloud is generating high telemetry volume and Application Insights is throttling it.
What should you configure?
Sampling
Question: You are creating a solution using Azure Container Apps and want to use triggers that scale to zero.
Which three triggers can you use?
Blob count
MySQL query
Service Bus queues
Question: You want to create a secret available to code running in Azure Container Apps.
Where should you configure it?
App1
Question: You want to deploy Azure Container Apps using Azure CLI.
Which two resource providers must be registered?
Microsoft.App
Microsoft.OperationalInsights
Question: You are writing a new Dockerfile and want to initialize a build stage and set base image.
Which command should you use?
FROM
Question: You want to build images automatically on GitHub commits and publish to Azure Container Registry.
What should you use?
ACR Tasks
Question: You want two containers in Azure Container Instances to share lifecycle and resources.
What should you use?
Container group
Question: You want to set metadata with non-ASCII characters using BlobContainerClient.
What should you do?
Use Base64 encoding for the metadata values.
Question: You receive an error calling UndeleteBlobContainer
.
What should you do to resolve it?
Enable container soft delete in the storage account.