AZ-303 Exam Question 26

You are designing a virtual network to support a web application. The web application uses Blob storage to store large images. The web application will be deployed to an Azure App Service Web App.
You have the following requirements:
Secure all communications by using Secured Socket layer (SSL)
SSL encryption and decryption must be processed efficiently to support high traffic load on the web application Protect the web application from web vulnerabilities and attacks without modification to backend code Optimize web application responsiveness and reliability by routing HTTP request and responses to the endpoint with the lowest network latency for the client.
You need to configure the Azure components to meet the requirements.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-303 Exam Question 27

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company is deploying an on-premises application named Appl. Users will access App1 by using a URL of https://app1.contoso.com. You register App1 in Azure Active Directory (Azure AD) and publish Appl by using the Azure AD Application Proxy. You need to ensure that Appl appears in the My Apps portal for all the users.
Solution: You create a conditional access policy for App1.
  • AZ-303 Exam Question 28

    You have an Azure subscription that contains the respond groups shown in the following table.

    You have the Azure SQL servers shown in the following table.

    You create an Azure SQL database named DB1 on Sql1 in an elastic pool named Pool1.
    You need to create an Azure SOL database named DB2 In Pool 1.
    Where should you deploy DB2?
  • AZ-303 Exam Question 29

    You have an Azure subscription named Sub1 that has a subscription ID of 12ab3cd4-5e67-8901-f234-g5hi67jkl8m9.
    In Sub1, you create an Azure Storage account named storage1 and a table named Table1.
    Which URI should you use to access Table1?
  • AZ-303 Exam Question 30

    Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have a server named Server1 that runs Windows Server 2019. Server1 is a container host.
    You are creating a Dockerfile to build a container image.
    You need to add a file named File1.txt from Server1 to a folder named C:\Folder1 in the container image.
    Solution: You add the following line to the Dockerfile.
    Copy-Item File1.txt C:\Folder1\File1.txt
    You then build the container image.
    Does this meet the goal?