exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 1 question 55 discussion

Actual exam question from Microsoft's AZ-300
Question #: 55
Topic #: 1
[All AZ-300 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: A 🗳️
Each app needs a service endpoint in each Storage Account.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security

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
Ekramy_Elnaggar
Highly Voted 5 years, 4 months ago
The combination of the unique account name and the Azure Storage service endpoint forms the endpoints for your storage account. For example, if your storage account is named mystorageaccount, then the default endpoints for that account are: Blob storage: http://mystorageaccount.blob.core.windows.net Table storage: http://mystorageaccount.table.core.windows.net Queue storage: http://mystorageaccount.queue.core.windows.net Azure Files: http://mystorageaccount.file.core.windows.net Based on that, you will need 6 endpoints as we have 2 different storage accounts, and each has 3 storage types. So correct answer is : C
upvoted 55 times
dayakadam
4 years, 11 months ago
Question is "for each app"
upvoted 8 times
unknown4noone
4 years, 9 months ago
You need to configure the apps to store different types of data to all the storage services on *both* the storage accounts - so answer is 6 not 3. Hence C is correct
upvoted 2 times
...
...
jivom
4 years, 11 months ago
3 endpoints for each storage account are required so answer B.
upvoted 5 times
rupayan87
2 years, 5 months ago
question is for each app
upvoted 1 times
...
...
praveen97
4 years, 9 months ago
Agree with Ekramy. Correct answer is C - 6 end points.
upvoted 1 times
...
chenzhe8395
4 years, 8 months ago
need 6 endpoints that right, 上面提到的http://***is auto config by azure after config the endpoints. question is how many should you config, answer is 2,one account need one.
upvoted 1 times
...
...
piotr
Highly Voted 5 years, 5 months ago
A is wrong, answer is C. Two storage accounts, each with 3 services (blob, file, table). Each app need to connect to all services on each account so total number is 6. "You need a separate private endpoint for each storage service in a storage account 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 31 times
MarcoZ
5 years, 5 months ago
The question doesn't say anything about secure access, so private endpoints is not requested as part of the solutions. Based on the lack of information in the question, the answer should be 2 (A).
upvoted 3 times
chris46
5 years, 4 months ago
But if its not an Endpoint then its just a public connection. The questions ask for endpoints.
upvoted 1 times
...
...
...
rupayan87
Most Recent 2 years, 5 months ago
guys... it is asking how many end points which is either a service or private end point. To my knowledge we only open endpoint to the subnet either a private one or a service one(public IP based). Based on options available we consider two apps in two subnets then one endpoint for each subnet thats it. correct me if wrong. https://www.youtube.com/watch?v=4v-9zGHxVeI
upvoted 1 times
...
SriRamS
4 years, 1 month ago
If they are talking about Service Endpoints, then you need one per subnet. So, assuming the 2 apps are in different V-Nets, the answer is 2. If they are talking about Private Endpoints, then you need one per sub resource per subnet. So, 3 x 2 = 6.
upvoted 1 times
...
azurecert2021
4 years, 3 months ago
Answer 2 will be true only under the following assumptions which we can not hence asnwer is 6. 1) Applications App1 and App2 reside in its own subnet/VNET (this is not stated in the question) 2) Each VNET has Microsoft.storage endpoint enabled. (this will make 2 the correct answer) 3) Each storage account is configured with the firewall to allow traffic for 2 VNETs\subnet only.
upvoted 1 times
...
azurecert2021
4 years, 3 months ago
Correct answer is 6 which is C as Each Storage account service has its own endpoint ,i.e. The combination of the unique account name and the Azure Storage service endpoint forms the endpoints for your storage account https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview#storage-account-endpoints so as per question we have Storage account is named storagecontoso1 and storagecontoso2 so following wll the endpointBlob storage: http://mystorageaccount.blob.core.windows.net Table storage: http://storagecontoso1.table.core.windows.net Queue storage: http://storagecontoso1.queue.core.windows.net Azure Files: http://storagecontoso1.file.core.windows.net Table storage: http://storagecontoso2.table.core.windows.net Queue storage: http://storagecontoso3.queue.core.windows.net Azure Files: http://storagecontoso2.file.core.windows.net
upvoted 1 times
...
Kiwino
4 years, 7 months ago
Guys, storage account name itself says it's account and not service. so I would definitely go with 6 end points
upvoted 3 times
...
PANANI
4 years, 8 months ago
Need more clarification on questions since services are changed now. If it is private end points ... answer is 6. One each for service instance. If it is service end points ... answer is 2. One service end point for each service (two storage accounts)
upvoted 4 times
...
aurora21
4 years, 9 months ago
You need a separate private endpoint for each storage service in a storage account that you need to access, namely Blobs, Data Lake Storage Gen2, Files, Queues, Tables, or Static Websites. - So Answer is 6
upvoted 2 times
...
zeelie
4 years, 9 months ago
so whats the correct answer so bloody confusing
upvoted 4 times
...
ercank
4 years, 9 months ago
I believe this question is before private end point general availability hence it is asking service end points. So the answer is 2 endpoints per each APP. If it was private end points then it would be 8.
upvoted 1 times
ercank
4 years, 8 months ago
correction: it should be 6 since 3 storage services only mentoned in the question
upvoted 1 times
...
...
Luiza
4 years, 9 months ago
The question is: How many endpoints should you configure ***for each app***? Correct Answer is B
upvoted 6 times
Duyons
4 years, 9 months ago
Indeed! It's asking how many endpoints for each app so the answer is 3!
upvoted 1 times
mackc13
4 years, 9 months ago
there is two storage accounts. question mention that to configure different types of data to all storage services on both storage accounts. answer is C, 6 endpoints per App.
upvoted 1 times
...
...
...
dwild
4 years, 9 months ago
Answer 2x3 =6 You need a separate private endpoint for each storage service in a storage account that you need to access, namely Blobs, Data Lake Storage Gen2, Files, Queues, Tables, or Static Websites.
upvoted 1 times
...
angelsrp
4 years, 10 months ago
I'll take ans A here, you only need to stablish 1 endpoint per storage acc if the app is delevoped in paas. In iaas you need 1.
upvoted 2 times
angelsrp
4 years, 10 months ago
In iaas you need 1 endpoint per subnet
upvoted 1 times
...
...
tanito83
4 years, 10 months ago
Gentlemen. The answer is B. Please, modify it.
upvoted 2 times
...
rkrau
4 years, 10 months ago
sorry, my fault Correct Answer is C=6
upvoted 2 times
...
rkrau
4 years, 10 months ago
Private endpoints are mapped to a specific resource in Azure and not the entire service... https://docs.microsoft.com/en-us/azure/synapse-analytics/security/synapse-workspace-managed-private-endpoints Correct Answer should be B=3
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago