Skip to content

Commit 36f25ee

Browse files
authored
Merge pull request #217243 from MicrosoftDocs/main
11/04 AM Publish
2 parents e4de9a8 + 8878d1e commit 36f25ee

File tree

401 files changed

+3279
-3730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+3279
-3730
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,11 +849,17 @@
849849
"branch_mapping": {}
850850
},
851851
{
852-
"path_to_root": "azure-cosmos-dotnet-v3",
852+
"path_to_root": "cosmos-db-nosql-dotnet-samples",
853853
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
854854
"branch": "main",
855855
"branch_mapping": {}
856856
},
857+
{
858+
"path_to_root": "cosmos-db-nosql-python-samples",
859+
"url": "https://github.com/azure-samples/cosmos-db-nosql-python-samples",
860+
"branch": "main",
861+
"branch_mapping": {}
862+
},
857863
{
858864
"path_to_root": "azure-cosmos-db-table-dotnet-v12",
859865
"url": "https://github.com/Azure-Samples/cosmos-db-table-api-dotnet-samples",

articles/active-directory-domain-services/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Active Directory Domain Services
33
description: Lists Azure Policy built-in policy definitions for Azure Active Directory Domain Services. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 09/12/2022
4+
ms.date: 11/04/2022
55
ms.service: active-directory
66
ms.subservice: domain-services
77
author: justinha

articles/aks/api-server-vnet-integration.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ API Server VNet Integration is supported for public or private clusters, and pub
2222

2323
## Region availability
2424

25-
API Server VNet Integration is available in the following regions at this time:
25+
API Server VNet Integration is available in all Public Azure regions except the following at this time:
2626

27-
- eastus2
28-
- northcentralus
29-
- westcentralus
30-
- westus2
27+
- southcentralus
3128

3229
## Prerequisites
3330

articles/aks/configure-kube-proxy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Configure your cluster using `az aks update` and pass in the configuration file:
116116
az aks update -g <resourceGroup> -n <clusterName> --kube-proxy-config kube-proxy.json
117117
```
118118

119+
### Limitations
120+
121+
When using kube-proxy IPVS, the following restrictions apply:
122+
123+
- Azure Network Policy is not supported.
124+
119125
## Next steps
120126

121127
Learn more about utilizing the Standard Load Balancer for inbound traffic at the [AKS Standard Load Balancer documentation](load-balancer-standard.md).

articles/aks/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Kubernetes Service
33
description: Lists Azure Policy built-in policy definitions for Azure Kubernetes Service. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 09/12/2022
4+
ms.date: 11/04/2022
55
ms.topic: reference
66
ms.custom: subject-policy-reference
77
---

articles/api-management/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure API Management
33
description: Lists Azure Policy built-in policy definitions for Azure API Management. These built-in policy definitions provide approaches to managing your Azure resources.
4-
ms.date: 09/12/2022
4+
ms.date: 11/04/2022
55
author: dlepow
66
ms.author: danlep
77
ms.service: api-management

articles/app-service/environment/networking.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ In addition to setting up DNS, you also need to enable it in the [App Service En
141141

142142
The apps in your App Service Environment will use the DNS that your virtual network is configured with. If you want some apps to use a different DNS server, you can manually set it on a per app basis, with the app settings `WEBSITE_DNS_SERVER` and `WEBSITE_DNS_ALT_SERVER`. `WEBSITE_DNS_ALT_SERVER` configures the secondary DNS server. The secondary DNS server is only used when there is no response from the primary DNS server.
143143

144-
## Limitations
145-
146-
While App Service Environment does deploy into your virtual network, you currently cannot use Azure Network Watcher or NSG flow to monitor outbound traffic.
147-
148144
## More resources
149145

150146
- [Environment variables and app settings reference](../reference-app-settings.md)

articles/app-service/overview-vnet-integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ When all traffic routing is enabled, all outbound traffic is sent into your virt
4444

4545
The feature supports two virtual interface per worker. Two virtual interfaces per worker means two regional virtual network integrations per App Service plan. The apps in the same App Service plan can only use one of the virtual network integrations to a specific subnet. If you need an app to connect to additional virtual networks or additional subnets in the same virtual network, you need to create another App Service plan. The virtual interfaces used isn't a resource that customers have direct access to.
4646

47-
Because of the nature of how this technology operates, the traffic that's used with virtual network integration doesn't show up in Azure Network Watcher or NSG flow logs.
48-
4947
### Subnet requirements
5048

5149
Virtual network integration depends on a dedicated subnet. When you create a subnet, the Azure subnet loses five IPs from the start. One address is used from the integration subnet for each plan instance. If you scale your app to four instances, then four addresses are used.

articles/app-service/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure App Service
33
description: Lists Azure Policy built-in policy definitions for Azure App Service. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 09/12/2022
4+
ms.date: 11/04/2022
55
ms.topic: reference
66
ms.custom: subject-policy-reference
77
---

0 commit comments

Comments
 (0)