Your company has virtual machines deployed in an Azure Virtual Network subnet. The virtual machines must be allowed to retrieve secrets from Azure Key Vault and access files stored in Azure storage accounts. You need to configure a Network Security Group (NSG) to permit this outbound traffic. The design must minimize administrative overhead and avoid the configuration of individual IP addresses. Which two service tags should you include in the outbound security rules of the NSG?
- AzureKeyVaultCevap
- StorageCevap
- CAzureStorage
- DA list of individual public IP addresses for the Azure Key Vault and Azure Storage endpoints
Cevap
The correct service tags are AzureKeyVault and Storage.
The service tags AzureKeyVault and Storage are the official, built-in tags provided by Microsoft to represent all IP address prefixes for Azure Key Vault and Azure Storage, respectively. Implementing these tags in the NSG rules allows outbound access to these services without requiring manual configuration or maintenance of individual IP ranges.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network service tags simplify network security group (NSG) configuration by representing a group of IP address prefixes from a specific Azure service.