Skip to content

Commit bc56403

Browse files
authored
Update virtual-networks-faq.md
Fixed wrong word choice (main -> name). Added article "from" 4 to 30 for more professional flow. Changed 2 instances of "IPV6" to "IPv6" to match rest of article.
1 parent dc2d9a2 commit bc56403

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/virtual-network/virtual-networks-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If you change your DNS server list, you need to perform a DHCP lease renewal on
209209
Azure-provided DNS is a multitenant DNS service from Microsoft. Azure registers all of your VMs and cloud service role instances in this service. This service provides name resolution:
210210

211211
* By host name for VMs and role instances in the same cloud service.
212-
* By fully qualified domain main (FQDN) for VMs and role instances in the same virtual network.
212+
* By fully qualified domain name (FQDN) for VMs and role instances in the same virtual network.
213213

214214
To learn more about DNS, see [Name resolution for resources in Azure virtual networks](virtual-networks-name-resolution-for-vms-and-role-instances.md).
215215

@@ -345,7 +345,7 @@ No. You must set the [FlowTimeoutInMinutes](/powershell/module/az.network/set-az
345345

346346
```Powershell
347347
$Allvnet = Get-AzVirtualNetwork
348-
$time = 4 #The value should be 4 to 30 minutes (inclusive) to enable tracking, or null to disable tracking.
348+
$time = 4 #The value should be from 4 to 30 minutes (inclusive) to enable tracking, or null to disable tracking.
349349
ForEach ($vnet in $Allvnet)
350350
{
351351
$vnet.FlowTimeoutInMinutes = $time
@@ -506,7 +506,7 @@ Certain services (such as Azure SQL and Azure Cosmos DB) allow exceptions to the
506506
Turning on the service endpoints on the network side can lead to a connectivity drop, because the source IP changes from a public IPv4 address to a private address. Setting up virtual network ACLs on the Azure service side before turning on service endpoints on the network side can help avoid a connectivity drop.
507507

508508
>[!NOTE]
509-
> If you enable Service Endpoint on certain services like "Microsoft.AzureActiveDirectory" you can see IPV6 address connections on Sign-In Logs. Microsoft use an internal IPV6 private range for this type of connection.
509+
> If you enable Service Endpoint on certain services like "Microsoft.AzureActiveDirectory" you can see IPv6 address connections on Sign-In Logs. Microsoft use an internal IPv6 private range for this type of connection.
510510
511511
### Do all Azure services reside in the Azure virtual network that the customer provides? How does a virtual network service endpoint work with Azure services?
512512

0 commit comments

Comments
 (0)