Skip to content

Commit a3c7c08

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 9be2868 + 4afbef6 commit a3c7c08

19 files changed

+279
-156
lines changed

articles/azure-cache-for-redis/cache-private-link.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Azure Cache for Redis with Azure Private Link
33
description: Learn how to create an Azure Cache, an Azure Virtual Network, and a Private Endpoint using the Azure portal.
44
ms.custom: devx-track-azurecli, devx-track-azurepowershell, ignite-2024
55
ms.topic: conceptual
6-
ms.date: 01/12/2024
6+
ms.date: 11/12/2024
7+
78
---
89

910
# What is Azure Cache for Redis with Azure Private Link?
@@ -346,17 +347,17 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
346347

347348
For **Basic, Standard, and Premium tier** caches, your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. A private DNS zone, named `*.privatelink.redis.cache.windows.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
348349

349-
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`.
350+
For **Enterprise and Enterprise Flash** tier caches, your application should connect to `<cachename>.<region>.redisenterprise.cache.azure.net` on port `10000`. If you're using OSS clustering, then your client library also creates connections to your Redis Enterprise instance on ports 8500 - 8599 as your application needs to connect to each shard individually in OSS clustering configuration.
350351

351352
For more information, see [Azure services DNS zone configuration](../private-link/private-endpoint-dns.md).
352353

353354
### Why can't I connect to a private endpoint?
354355

355356
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
356357

357-
- For Basic, Standard, and Premium tier caches, you are limited to 100 private links.
358+
- For Basic, Standard, and Premium tier caches, you're limited to 100 private links.
358359

359-
- On Premium tier caches using clustering, you are limited to one private link.
360+
- On Premium tier caches using clustering, you're limited to one private link.
360361

361362
- Enterprise and Enterprise Flash tier caches are limited to 84 private links.
362363

@@ -368,7 +369,7 @@ For more information, see [Azure services DNS zone configuration](../private-lin
368369

369370
- Trying to connect from the Azure portal console is an unsupported scenario where you see a connection failure.
370371

371-
- Private links can't be added to caches that are already using [passive geo-replication](cache-how-to-geo-replication.md) in the Premium tier. To add a private link to a geo-replicated cache: 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication. (Enterprise tier caches using [active geo-replication](cache-how-to-active-geo-replication.md) do not have this restriction.)
372+
- Private links can't be added to caches that are already using [passive geo-replication](cache-how-to-geo-replication.md) in the Premium tier. To add a private link to a geo-replicated cache: 1. Unlink the geo-replication. 2. Add a Private Link. 3. Last, relink the geo-replication. (Enterprise tier caches using [active geo-replication](cache-how-to-active-geo-replication.md) don't have this restriction.)
372373

373374
### How do I verify if my private endpoint is configured correctly?
374375

@@ -383,7 +384,7 @@ When set to `Enabled`, this flag is allows both public and private endpoint acce
383384

384385
To change the value in the Azure portal, follow these steps:
385386

386-
1. In the Azure portal, search for **Azure Cache for Redis**. Then, press enter or select it from the search suggestions.
387+
1. In the Azure portal, search for **Azure Cache for Redis**. Then, press enter or select it from the search suggestions.
387388

388389
1. Select the cache instance you want to change the public network access value.
389390

@@ -418,7 +419,7 @@ Once you delete the private endpoints on your cache, your cache instance can bec
418419

419420
### Are network security groups (NSG) enabled for private endpoints?
420421

421-
No, they're disabled for private endpoints. While subnets containing the private endpoint can have NSG associated with it, the rules aren't effective on traffic processed by the private endpoint. You must have [network policies enforcement disabled](../private-link/disable-private-endpoint-network-policy.md) to deploy private endpoints in a subnet. NSG is still enforced on other workloads hosted on the same subnet. Routes on any client subnet will be using an /32 prefix, changing the default routing behavior requires a similar UDR.
422+
No, they're disabled for private endpoints. While subnets containing the private endpoint can have NSG associated with it, the rules aren't effective on traffic processed by the private endpoint. You must have [network policies enforcement disabled](../private-link/disable-private-endpoint-network-policy.md) to deploy private endpoints in a subnet. NSG is still enforced on other workloads hosted on the same subnet. Routes on any client subnet use an /32 prefix, changing the default routing behavior requires a similar UDR.
422423

423424
Control the traffic by using NSG rules for outbound traffic on source clients. Deploy individual routes with /32 prefix to override private endpoint routes. NSG Flow logs and monitoring information for outbound connections are still supported and can be used.
424425

articles/container-apps/alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Set up alerts in Azure Container Apps
33
description: Set up alerts to monitor your container app.
44
services: container-apps
5-
author: v-jaswel
5+
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
88
ms.date: 11/06/2024
9-
ms.author: v-wellsjason
9+
ms.author: cshoe
1010
---
1111

1212
# Set up alerts in Azure Container Apps

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 'Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes'
33
description: 'Tutorial: learn how to set up Azure Container Apps in your Azure Arc-enabled Kubernetes clusters.'
44
services: container-apps
5-
author: v-jaswel
5+
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: tutorial
99
ms.date: 9/24/2024
10-
ms.author: v-wellsjason
10+
ms.author: cshoe
1111
---
1212
---
1313
# Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes (Preview)

articles/container-apps/code/secure-app-arm-template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"environment_id": {
99
"type": "String"
1010
},
11-
"queue-connection-string": {
11+
"key_vault_secret_uri": {
1212
"type": "String"
1313
}
1414
},
@@ -27,7 +27,8 @@
2727
"secrets": [
2828
{
2929
"name": "queue-connection-string",
30-
"value": "[parameters('queue-connection-string')]"
30+
"keyVaultUrl": "[parameters('key_vault_secret_uri')",
31+
"identity": "system"
3132
}]
3233
},
3334
"template": {

articles/container-apps/container-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Connect to a container console in Azure Container Apps
33
description: Connect to a container console in your container app.
44
services: container-apps
5-
author: v-jaswel
5+
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
99
ms.date: 07/12/2024
10-
ms.author: v-wellsjason
10+
ms.author: cshoe
1111
---
1212

1313

0 commit comments

Comments
 (0)