AZ-700 Question 9
Select 3You are designing a virtual network for a new Azure NetApp Files deployment. You need to create a dedicated subnet for your NetApp volumes. Before creating the volumes, you must ensure the subnet is properly delegated and meets all requirements. Which three actions must you perform to successfully create a new Azure NetApp Files volume in the subnet?
- A
Remove any existing resources referencing the subnet so that the subnet is empty.
- B
Enable the Microsoft.Storage service endpoint on the subnet.
- C
Assign the 'Microsoft.NetApp/volumes' delegation to the subnet.
- D
Configure the subnet to have a /28 or larger address space (e.g., /27).
- E
Add a service endpoint for Microsoft.Sql to the subnet.
Show answer and explanation
Correct answers: A, C, D
Explanation
Azure NetApp Files requires a dedicated, delegated subnet that is empty (no existing resources) and has an address space of at least /28. You configure the delegation by selecting 'Microsoft.NetApp/volumes' in the subnet settings. Refer to the Azure NetApp Files documentation (https://learn.microsoft.com/azure/azure-netapp-files/azure-netapp-files-create-volumes) for specifics on subnet requirements, delegation, and best practices.
- A. Correct.
Correct. Azure NetApp Files requires a dedicated, empty subnet with no other resources or dependencies. Existing resources (e.g., VM NICs, other services) must be removed before delegation.
- B. Incorrect.
Incorrect. Azure NetApp Files does not require, nor recommend, enabling the Microsoft.Storage service endpoint on the delegated subnet. Doing so can cause conflicts.
- C. Correct.
Correct. You must assign the 'Microsoft.NetApp/volumes' delegation so that Azure NetApp Files can properly manage and deploy volumes in this subnet.
- D. Correct.
Correct. Azure NetApp Files requires a minimum subnet size of /28 or larger (meaning /27, /26, etc.) to provide sufficient IP addresses for management and volume operations.
- E. Incorrect.
Incorrect. There's no requirement for enabling a Microsoft.Sql service endpoint for Azure NetApp Files, and adding irrelevant service endpoints can cause confusion and potential conflicts.