AZ-204 Exam Question 36

You are maintaining an existing application that uses an Azure Blob GPv1 Premium storage account. Data older than three months is rarely used.
Data newer than three months must be available immediately. Data older than a year must be saved but does not need to be available immediately.
You need to configure the account to support a lifecycle management rule that moves blob data to archive storage for data not modified in the last year.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

AZ-204 Exam Question 37

You need to investigate the http server log output to resolve the issue with the ContentUploadService.
Which command should you use first?
  • AZ-204 Exam Question 38

    You are developing an application that includes two Docker containers.
    The application must meet the following requirements
    The containers must not run as root.
    The containers must be deployed to Azure Container Instances by using a YAML file.
    The containers must share a lifecycle, resources, local network and storage volume.
    The storage volume must persist through container crashes.
    The storage volume must be destroyed on stop or restart of the containers.
    You need to configure Azure Container Instances for the application.

    AZ-204 Exam Question 39

    You are developing an ASP.NET Core app that includes feature flags which are managed by Azure App Configuration. You create an Azure App Configuration store named AppreaiureflagStore as shown in the exhibit:

    You must be able to use the feature in the app by using the following markup:

    You went to update the app to use the feature flag.
    Which values should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 40

    You are developing a C+ + application that compiles to a native application named process.exe. The application accepts images as input and returns images in one of the following image formats: GIF, PNG, or JPEG.
    You must deploy the application as an Azure Function.
    You need to configure the function and host json files.
    How should you complete the json files? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.