Skip to content

Commit a5f30b0

Browse files
authored
Merge pull request #208106 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 7a73666 + 8aa3274 commit a5f30b0

File tree

96 files changed

+1632
-606
lines changed

Some content is hidden

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

96 files changed

+1632
-606
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18303,6 +18303,16 @@
1830318303
"redirect_url": "/connectors/bingsearch",
1830418304
"redirect_document_id": false
1830518305
},
18306+
{
18307+
"source_path_from_root": "/articles/connectors/connectors-create-api-twilio.md",
18308+
"redirect_url": "/connectors/twilio",
18309+
"redirect_document_id": false
18310+
},
18311+
{
18312+
"source_path_from_root": "/articles/connectors/connectors-schema-migration.md",
18313+
"redirect_url": "/azure/logic-apps/update-consumption-workflow-schema",
18314+
"redirect_document_id": false
18315+
},
1830618316
{
1830718317
"source_path_from_root": "/articles/logic-apps/logic-apps-scenario-error-and-exception-handling.md",
1830818318
"redirect_url": "/azure/logic-apps/logic-apps-exception-handling",

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@
417417
items:
418418
- name: Scopes for web API accepting v1.0 tokens
419419
href: msal-v1-app-scopes.md
420+
- name: Spring Cloud Azure
421+
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/active-directory/develop/toc.json#spring-security-support
420422
- name: Desktop
421423
items:
422424
- name: Desktop app authentication documentation

articles/active-directory/develop/index-web-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ landingContent:
4242
url: tutorial-blazor-server.md
4343
- text: Node.js with Express
4444
url: tutorial-v2-nodejs-webapp-msal.md
45+
- text: Spring
46+
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory
4547
- title: "Web apps in depth"
4648
linkLists:
4749
- linkListType: how-to-guide

articles/active-directory/develop/sample-v2-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following samples show public client desktop applications that access the Mi
8787
8888
## Mobile
8989

90-
The following samples show public client mobile applications that access the Microsoft Graph API, or your own web API in the name of the user. These client applications use the Microsoft Authentication Library (MSAL).
90+
The following samples show public client mobile applications that access the Microsoft Graph API. These client applications use the Microsoft Authentication Library (MSAL).
9191

9292
> [!div class="mx-tdCol2BreakAll"]
9393
> | Language/<br/>Platform | Code sample(s) <br/> on GitHub |Auth<br/> libraries |Auth flow |

articles/active-directory/hybrid/migrate-from-federation-to-cloud-authentication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ Existing Legacy clients (Exchange ActiveSync, Outlook 2010/2013) aren't affected
9494
9595
Modern authentication clients (Office 2016 and Office 2013, iOS, and Android apps) use a valid refresh token to obtain new access tokens for continued access to resources instead of returning to AD FS. These clients are immune to any password prompts resulting from the domain conversion process. The clients will continue to function without extra configuration.
9696
97+
>[!NOTE]
98+
>When you migrate from federated to cloud authentication, the process to convert the domain from federated to managed may take up to 60 minutes. During this process, users might not be prompted for credentials for any new logins to Azure portal or other browser based applications protected with Azure AD. We recommend that you include this delay in your maintenance window.
99+
97100
### Plan for rollback
98101
99102
> [!TIP]

articles/api-management/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
- name: Compute platform
115115
href: compute-infrastructure.md
116116
- name: Set up DR using backup/restore
117+
displayName: disaster, recovery
117118
href: api-management-howto-disaster-recovery-backup-restore.md
118119
- name: Use role-based access control
119120
href: api-management-role-based-access-control.md

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 164 additions & 121 deletions
Large diffs are not rendered by default.

articles/api-management/api-management-howto-migrate.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.date: 08/20/2021
1010
ms.author: danlep
1111
ms.custom: subject-moving-resources
12-
#cusomerintent: As an Azure service administrator, I want to move my service resources to another Azure region.
12+
#customerintent: As an Azure service administrator, I want to move my service resources to another Azure region.
1313
---
1414

1515
# How to move Azure API Management across regions
@@ -43,19 +43,19 @@ To move API Management instances from one Azure region to another, use the servi
4343
### Option 1: Use a different API Management instance name
4444

4545
1. In the target region, create a new API Management instance with the same pricing tier as the source API Management instance. Use a different name for the new instance.
46-
1. [Back up](api-management-howto-disaster-recovery-backup-restore.md#-back-up-an-api-management-service) the existing API Management instance to the storage account.
47-
1. [Restore](api-management-howto-disaster-recovery-backup-restore.md#-restore-an-api-management-service) the source instance's backup to the new API Management instance.
46+
1. [Back up](api-management-howto-disaster-recovery-backup-restore.md#back-up-an-api-management-service) the existing API Management instance to the storage account.
47+
1. [Restore](api-management-howto-disaster-recovery-backup-restore.md#restore-an-api-management-service) the source instance's backup to the new API Management instance.
4848
1. If you have a custom domain pointing to the source region API Management instance, update the custom domain CNAME to point to the new API Management instance.
4949

5050
### Option 2: Use the same API Management instance name
5151

5252
> [!WARNING]
5353
> This option deletes the original API Management instance and results in downtime during the migration. Ensure that you have a valid backup before deleting the source instance.
5454
55-
1. [Back up](api-management-howto-disaster-recovery-backup-restore.md#-back-up-an-api-management-service) the existing API Management instance to the storage account.
55+
1. [Back up](api-management-howto-disaster-recovery-backup-restore.md#back-up-an-api-management-service) the existing API Management instance to the storage account.
5656
1. Delete the API Management instance in the source region.
5757
1. Create a new API Management instance in the target region with the same name as the one in the source region.
58-
1. [Restore](api-management-howto-disaster-recovery-backup-restore.md#-restore-an-api-management-service) the source instance's backup to the new API Management instance in the target region.
58+
1. [Restore](api-management-howto-disaster-recovery-backup-restore.md#restore-an-api-management-service) the source instance's backup to the new API Management instance in the target region.
5959

6060
## Verify
6161

-10.8 KB
Loading

articles/azure-cache-for-redis/cache-how-to-active-geo-replication.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,19 @@ Use the Azure CLI for creating a new cache and geo-replication group, or to add
6969

7070
#### Create new Enterprise instance in a new geo-replication group using Azure CLI
7171

72-
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called _Cache1_ in the East US region. Then, the cache is added to a new active geo-replication group called `replicationGroup`:
72+
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called _Cache1_ in the East US region. Then, the cache is added to a new active geo-replication group called _replicationGroup_:
7373

7474
```azurecli-interactive
7575
az redisenterprise create --location "East US" --cluster-name "Cache1" --sku "Enterprise_E10" --resource-group "myResourceGroup" --group-nickname "replicationGroup" --linked-databases id="/subscriptions/34b6ecbd-ab5c-4768-b0b8-bf587aba80f6/resourceGroups/myResourceGroup/providers/Microsoft.Cache/redisEnterprise/Cache1/databases/default"
7676
```
7777

7878
To configure active geo-replication properly, the ID of the cache instance being created must be added with the `--linked-databases` parameter. The ID is in the format:
7979

80-
`/subscriptions/\<your-subscription-ID>/resourceGroups/\<your-resource-group-name>/providers/Microsoft.Cache/redisEnterprise/\<your-cache-name>/databases/default`
80+
`/subscriptions/<your-subscription-ID>/resourceGroups/<your-resource-group-name>/providers/Microsoft.Cache/redisEnterprise/<your-cache-name>/databases/default`
8181

8282
#### Create new Enterprise instance in an existing geo-replication group using Azure CLI
8383

8484
This example creates a new Cache for Redis Enterprise E10 instance called _Cache2_ in the West US region. Then, the cache is added to the `replicationGroup` active geo-replication group created above. This way, it's linked in an active-active configuration with Cache1.
85-
<!-- love the simple, declarative sentences. I am once again add the full product name -->
8685

8786
```azurecli-interactive
8887
az redisenterprise create --location "West US" --cluster-name "Cache2" --sku "Enterprise_E10" --resource-group "myResourceGroup" --group-nickname "replicationGroup" --linked-databases id="/subscriptions/34b6ecbd-ab5c-4768-b0b8-bf587aba80f6/resourceGroups/myResourceGroup/providers/Microsoft.Cache/redisEnterprise/Cache1/databases/default" --linked-databases id="/subscriptions/34b6ecbd-ab5c-4768-b0b8-bf587aba80f6/resourceGroups/myResourceGroup/providers/Microsoft.Cache/redisEnterprise/Cache2/databases/default"
@@ -96,15 +95,15 @@ Use Azure PowerShell to create a new cache and geo-replication group, or to add
9695

9796
#### Create new Enterprise instance in a new geo-replication group using PowerShell
9897

99-
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called "Cache1" in the East US region. Then, the cache is added to a new active geo-replication group called `replicationGroup`:
98+
This example creates a new Azure Cache for Redis Enterprise E10 cache instance called "Cache1" in the East US region. Then, the cache is added to a new active geo-replication group called _replicationGroup_:
10099

101100
```powershell-interactive
102101
New-AzRedisEnterpriseCache -Name "Cache1" -ResourceGroupName "myResourceGroup" -Location "East US" -Sku "Enterprise_E10" -GroupNickname "replicationGroup" -LinkedDatabase '{id:"/subscriptions/34b6ecbd-ab5c-4768-b0b8-bf587aba80f6/resourceGroups/myResourceGroup/providers/Microsoft.Cache/redisEnterprise/Cache1/databases/default"}'
103102
```
104103

105104
To configure active geo-replication properly, the ID of the cache instance being created must be added with the `-LinkedDatabase` parameter. The ID is in the format:
106105

107-
`id:"/subscriptions/\<your-subscription-ID>/resourceGroups/\<your-resource-group-name>/providers/Microsoft.Cache/redisEnterprise/\<your-cache-name>/databases/default`
106+
`/subscriptions/<your-subscription-ID>/resourceGroups/<your-resource-group-name>/providers/Microsoft.Cache/redisEnterprise/<your-cache-name>/databases/default`
108107

109108
#### Create new Enterprise instance in an existing geo-replication group using PowerShell
110109

0 commit comments

Comments
 (0)