exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 5 question 1 discussion

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

You have the Azure resources shown in the following table.

You configure storage1 to provide access to the subnet in Vnet1 by using a service endpoint.
You need to ensure that you can use the service endpoint to connect to the read-only endpoint of storage1 in the paired Azure region.
What should you do first?

  • A. Fail over storage1 to the paired Azure region.
  • B. Configure the firewall settings for storage1.
  • C. Create a virtual network in the paired Azure region.
  • D. Create another service endpoint.
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
sapien45
Highly Voted 2 years, 4 months ago
Selected Answer: C
When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance. Enable service endpoints for Azure Storage, with network rules granting access from these alternative virtual networks. Then apply these rules to your geo-redundant storage accounts. https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal
upvoted 22 times
TJ001
2 years, 1 month ago
Answer C. Agreed
upvoted 1 times
...
Ditka
1 year, 7 months ago
"Local and cross-region service endpoints can't coexist on the same subnet. To replace existing service endpoints with cross-region ones, delete the existing Microsoft.Storage endpoints and re-create them as cross-region endpoints (Microsoft.Storage.Global)."
upvoted 2 times
...
...
Saba53
Most Recent 5 days, 19 hours ago
Selected Answer: C
C should be correct
upvoted 1 times
...
620b351
5 months, 1 week ago
Selected Answer: B
B is the correct answer
upvoted 4 times
...
tdctdc
7 months, 1 week ago
Selected Answer: B
B, wth guys
upvoted 2 times
...
CharlesS76
8 months, 2 weeks ago
Selected Answer: B
https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security When you configure network rules, only applications that request data over the specified set of networks or through the specified set of Azure resources can access a storage account. You can limit access to your storage account to requests that come from specified IP addresses, IP ranges, subnets in an Azure virtual network, or resource instances of some Azure services. Answer: B
upvoted 3 times
...
evangelist
12 months ago
Selected Answer: B
i dont know why so man voted for C, but B is actually correct
upvoted 2 times
...
jayek
1 year ago
https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#:~:text=Azure%20Storage%20cross%2Dregion%20service%20endpoints
upvoted 1 times
...
Murad01
1 year, 2 months ago
Appeared on Exam November -2023
upvoted 2 times
...
Zika69
1 year, 8 months ago
Selected Answer: B
An answer is needed to the question "ensure that you can use the service endpoint to connect to the read-only endpoint of storage1 in the paired Azure region" - and only possible answer is B Answer C is for the question - "What you should do to create a RA-GRS instance"
upvoted 1 times
...
jarz
1 year, 9 months ago
F#cking M$ are sneaky mofos! You really got to RTFQ with these bastards! It's asking what's the first thing you need to do. It's difficult to know exactly what's been done, and what needs to be done. Assuming nothing has been done, then configuring the vnets on the recovery site makes sense.
upvoted 3 times
...
Apptech
1 year, 10 months ago
Documentation says: "When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance." But in our case the service endpoint for the Azure Storage already is in place. So this question is pretty unclear. If the Vnet also already is in place (we do not know for sure) then Firewall should be the next step.
upvoted 1 times
...
Neostar
1 year, 11 months ago
Selected Answer: A
"Service endpoints allow continuity during a regional failover and access to read-only geo-redundant storage (RA-GRS) instances. Network rules that grant access from a virtual network to a storage account also grant access to any RA-GRS instance." https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#available-virtual-network-regions
upvoted 3 times
...
Bbb78
2 years ago
Selected Answer: B
who is to say that the paired Azure region does not have a VNet yet ...maybe it just needs that firewall rule on the storage?
upvoted 2 times
GBAU
1 year, 3 months ago
In these exams you can't assume anything else exists unless it is 100% required for something that is stated to exist.
upvoted 1 times
...
...
alkorkin
2 years, 1 month ago
When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance. https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal
upvoted 1 times
...
varvare
2 years, 1 month ago
This is the excerpt from the link above Service endpoints allow continuity during a regional failover and access to read-only geo-redundant storage (RA-GRS) instances. Network rules that grant access from a virtual network to a storage account also grant access to any RA-GRS instance. When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance. Enable service endpoints for Azure Storage, with network rules granting access from these alternative virtual networks. Then apply these rules to your geo-redundant storage accounts. if you read past the section that makes B the answer, you see the pre-requisite that makes C the answer
upvoted 2 times
...
GohanF2
2 years, 3 months ago
Answer is C. By enabling Service Endpoint for access to our Azure resource, we are limiting the access to the "storage account" only to private IP address. So, we won't longer need the usage of a public IP address or NATting settings like in a firewall. So, the option of the firewall is no longer suitable in this case. The first option about fail-over will work only if the primary "service point" fails, or for having active-active environment; but that will require too much effort.Plus, both "Subnet" and " Service endpoint" are located in the same region, it would be useful the "fail-over option if they are located in separated regions". The other option about adding an additional "service endpoint" doesn't make sense due that the question says that we will need to grant access via the "Service endpoint" that was created.
upvoted 2 times
Ajdlfasudfo0
2 years, 2 months ago
this is wrong. Service endpoints go via the public ip. That's there very difference compared to private endpoint
upvoted 4 times
...
...
Prutser2
2 years, 4 months ago
Selected Answer: C
By default, service endpoints work between virtual networks and service instances in the same Azure region. When using service endpoints with Azure Storage, service endpoints also work between virtual networks and service instances in a paired region. If you want to use a service endpoint to grant access to virtual networks in other regions, you must register the AllowGlobalTagsForStorage feature in the subscription of the virtual network. This capability is currently in public preview. Service endpoints allow continuity during a regional failover and access to read-only geo-redundant storage (RA-GRS) instances. Network rules that grant access from a virtual network to a storage account also grant access to any RA-GRS instance. When planning for disaster recovery during a regional outage, you should create the VNets in the paired region in advance. Enable service endpoints for Azure Storage, with network rules granting access from these alternative virtual networks. Then apply these rules to your geo-redundant storage accounts.
upvoted 3 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