Configure Endpoints for App1 and App2 in Azure | Exam AZ-303: Microsoft Azure Architect Technologies

How many endpoints should you configure for each app?

Question

You have an Azure subscription that contains two storage accounts named storagecontoso1 and storagecontoso2. Each storage account contains a queue service, a table service, and a blob service.

You develop two apps named App1 and App2. You need to configure the apps to store different types of data to all the storage services on both the storage accounts.

How many endpoints should you configure for each app?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A

Each app needs a service endpoint in each Storage Account.

https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security

To configure the apps to store different types of data to all the storage services on both the storage accounts, you need to configure endpoints for each app.

The storage services available in the storage accounts are Queue service, Table service, and Blob service. Each service type has its own endpoint, and each storage account has a unique URL for each service endpoint.

Therefore, to access all three services on each storage account, you need to configure three endpoints for each storage account: one for the Queue service, one for the Table service, and one for the Blob service.

Since there are two storage accounts, you need to configure six endpoints in total: three endpoints for App1 and three endpoints for App2.

Therefore, the correct answer is option B. 3