Skip to content

Commit 74ae69c

Browse files
Merge branch 'MicrosoftDocs:main' into master
2 parents 24872cd + d5ed424 commit 74ae69c

File tree

4 files changed

+9
-104
lines changed

4 files changed

+9
-104
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18303,6 +18303,11 @@
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+
},
1830618311
{
1830718312
"source_path_from_root": "/articles/logic-apps/logic-apps-scenario-error-and-exception-handling.md",
1830818313
"redirect_url": "/azure/logic-apps/logic-apps-exception-handling",

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

articles/connectors/connectors-create-api-twilio.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

articles/logic-apps/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@
356356
href: ../connectors/connectors-create-api-sqlazure.md
357357
- name: Transform XML
358358
href: logic-apps-enterprise-integration-transform.md
359-
- name: Twilio
360-
href: ../connectors/connectors-create-api-twilio.md
361359
- name: X12
362360
href: logic-apps-enterprise-integration-x12.md
363361
- name: XML Validation

0 commit comments

Comments
 (0)