Want to pass your Developing Solutions for Microsoft Azure AZ-204 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You develop a serverless application using several Azure Functions. These functions connect to data from within the code.
You want to configure tracing for an Azure Function App project.
You need to change configuration settings in the host.json file.
Which tool should you use?
A. Visual Studio
B. Azure portal
C. Azure PowerShell
D. Azure Functions Core Tools (Azure CLI)
You are a developer for a SaaS company that offers many web services. All web services for the company must meet the following requirements:
1.
Use API Management to access the services
2.
Use OpenID Connect for authentication.
3.
Prevent anonymous usage
A recent security audit found that several web services can be called without any authentication.
Which API Management policy should you implement?
A. validate-jwt
B. jsonp
C. authentication-certificate
D. check-header
An organization deploys Azure Cosmos DB.
You need to ensure that the index is updated as items are created, updated, or deleted.
What should you do?
A. Set the indexing mode to Lazy.
B. Set the value of the automatic property of the indexing policy to False.
C. Set the value of the EnableScanInQuery option to True.
D. Set the indexing mode to Consistent.