exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 5 question 54 discussion

Actual exam question from Microsoft's AZ-303
Question #: 54
Topic #: 5
[All AZ-303 Questions]

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?

  • A. 2
  • B. 3
  • C. 6
  • D. 12
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jasu
Highly Voted 4 years, 7 months ago
Option C - 6 is correct answer. 2 storage account x 3 types (blob, table and queue) = 6 endpoints per App.
upvoted 62 times
Farid77
4 years ago
The question was how many endpoints for "each app" so 3.
upvoted 9 times
BiaGuima
3 years, 4 months ago
Yes, but both apps shall access all type of services (files, queues, tables) from both storage accounts. So I think that answer is 6.
upvoted 1 times
...
...
rockyykrish
4 years, 2 months ago
The answer is 2 : Service endpoint 1 for one application.
upvoted 4 times
rdemontis
4 years ago
I think you are correct. The questionI think you're right. The dilemma is: do we use service endpoints or private endpoints? From my point of view private endpoints make sense if you have to grant access to a vnet from a single storage service. In fact, during the creation process it is possible to specify a target sub-resource. But the question states that apps can access all storage services. So it makes more sense to create a service endpoint from the Firewalls and virtual networks menu of the storage. Since there are two Azure Storage Account, we need to create a service endpoint in each storage and give access to the two apps through these endpoints.
upvoted 2 times
...
...
MuzzaGuzza
4 years, 1 month ago
Correct, Option C. You need a separate private endpoint for each storage resource that you need to access, namely Blobs, Data Lake Storage Gen2, Files, Queues, Tables, or Static Websites. https://docs.microsoft.com/en-us/azure/storage/common/storage-private-endpoints
upvoted 5 times
...
heamgu
4 years, 3 months ago
And this link confirm your answer: https://docs.microsoft.com/en-us/azure/storage/common/storage-private-endpoints
upvoted 6 times
...
...
SSTan
Highly Voted 4 years, 6 months ago
It asked how many endpoints for each app..? Shouldn't it be 3 ?
upvoted 17 times
levo017
4 years, 5 months ago
each app needs to access both Storage Account , so it 3 * 2 = 6.
upvoted 13 times
...
...
Helice
Most Recent 3 years, 4 months ago
6 per app - https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#storage-account-endpoints
upvoted 1 times
...
winner2
3 years, 4 months ago
Selected Answer: B
https://docs.microsoft.com/en-us/azure/storage/common/storage-private-endpoints#creating-a-private-endpoint You need a separate private endpoint for each storage resource that you need to access, namely Blobs, Data Lake Storage Gen2, Files, Queues, Tables, or Static Websites. On the private endpoint, these storage services are defined as the target sub-resource of the associated storage account. If you create a private endpoint for the Data Lake Storage Gen2 storage resource, then you should also create one for the Blob storage resource. That's because operations that target the Data Lake Storage Gen2 endpoint might be redirected to the Blob endpoint. By creating a private endpoint for both resources, you ensure that operations can complete successfully.
upvoted 1 times
...
KemalM
3 years, 5 months ago
Selected Answer: C
3 endpoints per storage account times 2 storage accounts
upvoted 1 times
...
ERROR505
3 years, 5 months ago
Selected Answer: C
Per this link "https://docs.microsoft.com/en-us/azure/storage/common/storage-private-endpoints#creating-a-private-endpoint" it should be six.
upvoted 1 times
...
Lrrr_FromOmicronPersei8
3 years, 6 months ago
Selected Answer: C
https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview?toc=/azure/storage/blobs/toc.json 3 endpoints per storage account times 2 storage accounts = 6 endpoints per app.
upvoted 1 times
...
Inland
3 years, 6 months ago
The following link supports option C. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview
upvoted 1 times
...
Hesham2020
3 years, 7 months ago
Each Storage Account has 3 endpoints Each App Connects to both Storage Accounts, so each App requires 6 Endpoints to connect to all services in the 2 Storage Accounts
upvoted 1 times
...
CitizenOfTheUniverse
3 years, 7 months ago
Selected Answer: B
https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview?toc=/azure/storage/blobs/toc.json As per the link above its 3 endpoints for each app. Its a twisted question.
upvoted 1 times
Lrrr_FromOmicronPersei8
3 years, 6 months ago
As per the link above, the answer should clearly be 6 endpoints per app since the endpoint contains the storage account name.
upvoted 1 times
...
...
JBS
3 years, 7 months ago
C - 6 2 storage account x 3 types (blob, table and queue) = 6 endpoints per App
upvoted 1 times
...
tallurhi
3 years, 9 months ago
both PRIVATE and SERVICE end point are possible solutions for storage accounts. Service end point can be public accesible and private end point is within the vnet. private links are expensive so ideally use service end points as cost effective solution?
upvoted 1 times
tallurhi
3 years, 9 months ago
however microsoft recommends private end points over service end points in the security context. It is cost vs security. I hate this kind of questions
upvoted 1 times
...
...
walkwolf3
3 years, 10 months ago
C 6 endpoints will be needed for each app, but each app could use the same 6 endpoints. Or in total, 6 DIFFERENT endpoints are required for both apps, or 12(could be duplicate) endpoints.
upvoted 3 times
...
HiAws
3 years, 10 months ago
How many endpoints should you configure for each app? --- check the word each app...each app means 3 endpoints on each app, if the question is asking total then it is 6
upvoted 2 times
...
HiAws
3 years, 10 months ago
How many endpoints should you configure for each app? --- check the word each app...each app means 3 accounts on each app, if the question is asking total then it is 6
upvoted 2 times
Spooky7
3 years, 8 months ago
Yes. check the word - each app has to access BOTH storage accounts
upvoted 2 times
...
...
syu31svc
3 years, 11 months ago
https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview The following table lists the format of the endpoint for each of the Azure Storage services. STORAGE ACCOUNT ENDPOINTS Storage service Endpoint Blob storage https://<storage-account>.blob.core.windows.net Data Lake Storage Gen2 https://<storage-account>.dfs.core.windows.net Azure Files https://<storage-account>.file.core.windows.net Queue storage https://<storage-account>.queue.core.windows.net Table storage https://<storage-account>.table.core.windows.net Answer is C
upvoted 3 times
...
Viji30
3 years, 11 months ago
Answer is B - 3
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...