Skip to content

Commit 3efee87

Browse files
committed
Merge branch 'master' into release-ga-functions-v4
2 parents cdfef0a + 3667f1a commit 3efee87

File tree

235 files changed

+1731
-1056
lines changed

Some content is hidden

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

235 files changed

+1731
-1056
lines changed

articles/active-directory/enterprise-users/domains-verify-custom-subdomain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: enterprise-users
1111
ms.workload: identity
1212
ms.topic: how-to
13-
ms.date: 10/28/2021
13+
ms.date: 11/05/2021
1414
ms.author: curtand
1515
ms.reviewer: sumitp
1616

@@ -37,7 +37,7 @@ Because subdomains inherit the authentication type of the root domain by default
3737
New-MsolDomain -Name "child.mydomain.com" -Authentication Federated
3838
```
3939

40-
1. Use [Azure AD Graph Explorer](https://graphexplorer.azurewebsites.net) to GET the domain. Because the domain isn't a root domain, it inherits the root domain authentication type. Your command and results might look as follows, using your own tenant ID:
40+
1. Use the following example to GET the domain. Because the domain isn't a root domain, it inherits the root domain authentication type. Your command and results might look as follows, using your own tenant ID:
4141

4242
```http
4343
GET https://graph.windows.net/{tenant_id}/domains?api-version=1.6
@@ -61,7 +61,7 @@ Because subdomains inherit the authentication type of the root domain by default
6161
},
6262
```
6363

64-
### Use Azure AD Graph Explorer API to make this a root domain
64+
### Use Microsoft Graph API to make this a root domain
6565

6666
Use the following command to promote the subdomain:
6767

@@ -77,7 +77,7 @@ POST https://graph.windows.net/{tenant_id}/domains/child.mydomain.com/promote?ap
7777
Set-MsolDomainAuthentication -DomainName child.mydomain.com -Authentication Managed
7878
```
7979

80-
1. Verify via GET in Azure AD Graph Explorer that subdomain authentication type is now managed:
80+
1. Verify via GET in Microsoft Graph API that subdomain authentication type is now managed:
8181

8282
```http
8383
GET https://graph.windows.net/{{tenant_id} }/domains?api-version=1.6

articles/aks/http-proxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Some more complex solutions may require creating a chain of trust to establish s
2121
## Limitations and other details
2222

2323
The following scenarios are **not** supported:
24+
- Monitoring addon
2425
- Different proxy configurations per node pool
2526
- Updating proxy settings post cluster creation
2627
- User/Password authentication

articles/api-management/api-management-using-with-internal-vnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ To access these API Management service endpoints, you can create a virtual machi
148148

149149
You can then access all the service endpoints from the virtual machine you created.
150150

151-
If you use a custom DNS server in a VNET, you can also create DNS A-records and access these endpoints from anywhere in your VNET.
152151

153152
### Access on custom domain names
154153

articles/application-gateway/multiple-site-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Similarly, you can host multiple subdomains of the same parent domain on the sam
2929
While using multi-site listeners, to ensure that the client traffic is routed to the accurate backend, it is important to have the request routing rules be present in the correct order.
3030
For example, if you have 2 listeners with associated Host name as `*.contoso.com` and `shop.contoso.com` respectively, the listener with the `shop.contoso.com` Host name would have to be processed before the listener with `*.contoso.com`. If the listener with `*.contoso.com` is processed first, then no client traffic would be received by the more specific `shop.contoso.com` listener.
3131

32-
This ordering can be established by providing a 'Priority' field value to the request routing rules associated with the listeners. You can specify an integer value from 1 to 20000 with 1 being the highest priority and 20000 being the lowest priority. In case the incoming client traffic matches with multiple listeners, the request routing rule with highest priority will be used for serving the request.
32+
This ordering can be established by providing a 'Priority' field value to the request routing rules associated with the listeners. You can specify an integer value from 1 to 20000 with 1 being the highest priority and 20000 being the lowest priority. In case the incoming client traffic matches with multiple listeners, the request routing rule with highest priority will be used for serving the request. Each request routing rule needs to have a unique priority value.
3333

3434
The priority field only impacts the order of evaluation of a request routing rule, this will not change the order of evaluation of path based rules within a `PathBasedRouting` request routing rule.
3535

articles/applied-ai-services/form-recognizer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: ignite-fall-2021
1818
<!-- markdownlint-disable MD024 -->
1919
# What is Azure Form Recognizer?
2020

21-
Azure Form Recognizer is an [Azure Applied AI Service](../../applied-ai-services/index.yml) cloud service that uses machine learning models to extract and analyze form fields, text, and tables from your documents. Form Recognizer analyzes your forms and documents, extracts text and data, maps field relationships as key-value pairs, and returns a structured JSON output. You quickly get accurate results that are tailored to your specific content without excessive manual intervention or extensive data science expertise. Use Form Recognizer to automate your data processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities.
21+
Azure Form Recognizer is a cloud-based [Azure Applied AI Service](../../applied-ai-services/index.yml) that uses machine learning models to extract and analyze form fields, text, and tables from your documents. Form Recognizer analyzes your forms and documents, extracts text and data, maps field relationships as key-value pairs, and returns a structured JSON output. You quickly get accurate results that are tailored to your specific content without excessive manual intervention or extensive data science expertise. Use Form Recognizer to automate your data processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities.
2222

2323
Form Recognizer easily identifies, extracts, and analyzes the following document data:
2424

articles/automation/automation-security-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides an overview of Azure Automation account authe
44
keywords: automation security, secure automation; automation authentication
55
services: automation
66
ms.subservice: process-automation
7-
ms.date: 10/26/2021
7+
ms.date: 11/05/2021
88
ms.topic: conceptual
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -33,6 +33,9 @@ A managed identity from Azure Active Directory (Azure AD) allows your runbook to
3333

3434
Managed identities are the recommended way to authenticate in your runbooks, and is the default authentication method for your Automation account.
3535

36+
> [!NOTE]
37+
> When you create an Automation account, the option to create a Run As account is no longer available. However, we continue to support a RunAs account for existing and new Automation accounts. You can [create a Run As account](create-run-as-account.md) in your Automation account from the Azure portal or by using PowerShell.
38+
3639
Here are some of the benefits of using managed identities:
3740

3841
- Using a managed identity instead of the Automation Run As account simplifies management. You don't have to renew the certificate used by a Run As account.
@@ -63,7 +66,7 @@ To create or renew a Run As account, permissions are needed at three levels:
6366
- Automation account
6467

6568
> [!NOTE]
66-
> Azure Automation does not automatically create the Run As account. It has been replaced by using managed identities.
69+
> Azure Automation does not automatically create the Run As account, it has been replaced by using managed identities. However, we continue to support a RunAs account for existing and new Automation accounts. You can [create a Run As account](create-run-as-account.md) in your Automation account from the Azure portal or by using PowerShell.
6770
6871
### Subscription permissions
6972

articles/availability-zones/TOC.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
- name: Azure Resiliency
22
items:
33
- name: Azure Resiliency feature page
4-
href: https://azure.microsoft.com/features/resiliency
4+
href: https://azure.microsoft.com/features/
5+
- name: Resiliency in Azure
6+
href: overview.md
57
- name: Design resilient applications for Azure
68
href: /azure/architecture/framework/resiliency/app-design
79
- name: Availability Zones fundamentals
@@ -97,21 +99,26 @@
9799
items:
98100
- name: Create an Azure Active Directory Domain Services instance
99101
href: ../active-directory-domain-services/tutorial-create-instance.md
100-
- name: Azure Orbital Documentation
101-
items:
102-
- name: What is Azure Orbital?
103-
href: ../networking/azure-orbital-overview.md
102+
104103
- name: Disaster Recovery
105-
items:
104+
items:
105+
- name: Business continuity management in Azure
106+
href: business-continuity-management-program.md
107+
- name: Cross-region replication in Azure
108+
href: cross-region-replication-azure.md
106109
- name: Use Azure Site Recovery
107110
href: ../site-recovery/index.yml
108-
- name: Azure Backup
109-
items:
110111
- name: Use Azure Backup
111112
href: ../backup/index.yml
113+
- name: Microsoft Azure Well-Architected Framework
114+
href: /azure/architecture/framework/
112115
- name: Resources
113116
items:
114117
- name: Azure Roadmap
115118
href: https://azure.microsoft.com/roadmap/
116119
- name: Azure Regions
117120
href: https://azure.microsoft.com/regions/
121+
- name: Azure Orbital Documentation
122+
items:
123+
- name: What is Azure Orbital?
124+
href: ../networking/azure-orbital-overview.md

articles/availability-zones/az-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: prsandhu
55
ms.service: azure
66
ms.topic: conceptual
77
ms.date: 10/01/2021
8-
ms.author: prsandhu
8+
ms.author: rarco
99
ms.reviewer: cynthn
1010
ms.custom: references_regions
1111
---
@@ -48,8 +48,8 @@ Azure provides the most extensive global footprint of any cloud provider and is
4848
| Central US | North Europe | | Japan East |
4949
| East US | Norway East | | Korea Central |
5050
| East US 2 | UK South | | Southeast Asia |
51-
| South Central US | West Europe | | East Asia* |
52-
| US Gov Virginia | Sweden* | | |
51+
| South Central US | West Europe | | East Asia |
52+
| US Gov Virginia | Sweden | | |
5353
| West US 2 | | | |
5454
| West US 3 | | | |
5555

articles/availability-zones/az-region.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: prsandhu
55
ms.service: azure
66
ms.topic: conceptual
77
ms.date: 10/01/2021
8-
ms.author: prsandhu
8+
ms.author: rarco
99
ms.reviewer: cynthn
1010
ms.custom: references_regions
1111
---
@@ -28,8 +28,8 @@ Azure provides the most extensive global footprint of any cloud provider and is
2828
| Central US | North Europe | | Japan East |
2929
| East US | Norway East | | Korea Central |
3030
| East US 2 | UK South | | Southeast Asia |
31-
| South Central US | West Europe | | East Asia* |
32-
| US Gov Virginia | Sweden* | | |
31+
| South Central US | West Europe | | East Asia |
32+
| US Gov Virginia | Sweden | | |
3333
| West US 2 | | | |
3434
| West US 3 | | | |
3535

@@ -208,4 +208,4 @@ You can access Azure availability zones by using your Azure subscription. To lea
208208

209209
- [Building solutions for high availability using availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability)
210210
- [High availability with Azure services](/azure/architecture/framework/resiliency/overview)
211-
- [Design patterns for high availability](/azure/architecture/framework/resiliency/app-design)
211+
- [Design patterns for high availability](/azure/architecture/framework/resiliency/app-design)

0 commit comments

Comments
 (0)