Skip to content

Commit c433f97

Browse files
authored
Merge pull request #227472 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5eaea85 + 5410567 commit c433f97

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

articles/azure-cache-for-redis/cache-web-app-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Because the file *CacheSecrets.config* isn't deployed to Azure with your applica
6868

6969
:::image type="content" source="media/cache-web-app-howto/cache-web-config.png" alt-text="Web.config":::
7070

71-
1. In the *web.config* file, you can how to set the `<appSetting>` element for running the application locally.
71+
1. In the *web.config* file, you can set the `<appSettings>` element for running the application locally.
7272

7373
`<appSettings file="C:\AppSecrets\CacheSecrets.config">`
7474

articles/azure-sql-edge/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ services: sql-edge
1414

1515
This article describes what's new and what has changed with every new build of Azure SQL Edge.
1616

17+
## Azure SQL Edge 1.0.7
18+
19+
SQL engine build 15.0.2000.1574
20+
21+
### What's new?
22+
23+
- Security bug fixes
24+
1725
## Azure SQL Edge 1.0.6
1826

1927
SQL engine build 15.0.2000.1565

articles/dns/private-dns-autoregistration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ To enable auto registration, select the checkbox for "Enable auto registration"
2424
* Auto registration works only for virtual machines. For all other resources like internal load balancers, you can create DNS records manually in the private DNS zone linked to the virtual network.
2525
* DNS records are created automatically only for the primary virtual machine NIC. If your virtual machines have more than one NIC, you can manually create the DNS records for other network interfaces.
2626
* DNS records are created automatically only if the primary virtual machine NIC is using DHCP. If you're using static IPs, such as a configuration with [multiple IP addresses in Azure](../virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal.md#os-config), auto registration doesn't create records for that virtual machine.
27-
* Auto registration for IPv6 (AAAA records) isn't supported.
2827
* A specific virtual network can be linked to only one private DNS zone when automatic VM DNS registration is enabled. You can, however, link multiple virtual networks to a single DNS zone.
2928

3029
## Next steps

articles/dns/private-dns-scenarios.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Scenarios for Private Zones - Azure DNS
3-
description: In this article, learn about common scenarios for using Azure DNS Private Zones.
2+
title: Scenarios for Azure Private DNS zones
3+
description: In this article, learn about common scenarios for using Azure Private DNS zones.
44
services: dns
55
author: greg-lindsay
66
ms.service: dns
@@ -9,9 +9,9 @@ ms.date: 09/27/2022
99
ms.author: greglin
1010
---
1111

12-
# Azure DNS private zones scenarios
12+
# Azure Private DNS zones scenarios
1313

14-
Azure DNS Private Zones provide name resolution within a virtual network and between virtual networks. In this article, we'll look at some common scenarios that can benefit using this feature.
14+
Azure Private DNS zones provide name resolution within a virtual network and between virtual networks. In this article, we'll look at some common scenarios that can benefit using this feature.
1515

1616
## Scenario: Name resolution scoped to a single virtual network
1717

@@ -44,9 +44,9 @@ Now when an internet client does a DNS query for `VNETA-VM1.contoso.com`, Azure
4444
![Split Brian resolution](./media/private-dns-scenarios/split-brain-resolution.png)
4545

4646
## Next steps
47-
To learn more about private DNS zones, see [Using Azure DNS for private domains](private-dns-overview.md).
47+
To learn more about Private DNS zones, see [Using Azure DNS for private domains](private-dns-overview.md).
4848

49-
Learn how to [create a private DNS zone](./private-dns-getstarted-powershell.md) in Azure DNS.
49+
Learn how to [create a Private DNS zone](./private-dns-getstarted-powershell.md) in Azure DNS.
5050

5151
Learn about DNS zones and records by visiting: [DNS zones and records overview](dns-zones-records.md).
5252

0 commit comments

Comments
 (0)