Skip to content

Commit 98e437b

Browse files
authored
Merge branch 'MicrosoftDocs:main' into master
2 parents caead95 + 1f881df commit 98e437b

31 files changed

+2707
-72
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@
897897
".openpublishing.redirection.healthcare-apis.json",
898898
".openpublishing.redirection.iot-hub.json",
899899
".openpublishing.redirection.key-vault.json",
900+
".openpublishing.redirection.sql-database.json",
900901
".openpublishing.redirection.security-benchmark.json",
901902
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",
902903
".openpublishing.redirection.azure-web-pubsub.json",

.openpublishing.redirection.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24213,26 +24213,6 @@
2421324213
"redirect_url": "/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview",
2421424214
"redirect_document_id": false
2421524215
},
24216-
{
24217-
"source_path_from_root": "/articles/sql-database/index.md",
24218-
"redirect_url": "/azure/azure-sql/database/index",
24219-
"redirect_document_id": false
24220-
},
24221-
{
24222-
"source_path_from_root": "/articles/sql-database/sql-database-managed-instance-create-manage.md",
24223-
"redirect_url": "/azure/azure-sql/managed-instance/instance-create-quickstart",
24224-
"redirect_document_id": false
24225-
},
24226-
{
24227-
"source_path_from_root": "/articles/sql-database/sql-database-single-database.md",
24228-
"redirect_url": "/azure/azure-sql/database/sql-database-paas-overview",
24229-
"redirect_document_id": false
24230-
},
24231-
{
24232-
"source_path_from_root": "/articles/sql-database/sql-database-managed-instance.md",
24233-
"redirect_url": "/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview",
24234-
"redirect_document_id": false
24235-
},
2423624216
{
2423724217
"source_path_from_root": "/articles/sql-data-warehouse/sql-data-warehouse-backups.md",
2423824218
"redirect_url": "/azure/sql-data-warehouse/backup-and-restore",

.openpublishing.redirection.sql-database.json

Lines changed: 2570 additions & 0 deletions
Large diffs are not rendered by default.

articles/aks/ingress-static-ip.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,14 @@ Next, create a public IP address with the *static* allocation method using the [
146146

147147
---
148148

149-
> [!NOTE]
150-
> The above commands create an IP address that will be deleted if you delete your AKS cluster. Alternatively, you can create an IP address in a different resource group which can be managed separately from your AKS cluster. If you create an IP address in a different resource group, ensure the cluster identity used by the AKS cluster has delegated permissions to the other resource group, such as *Network Contributor*. For more information, see [Use a static public IP address and DNS label with the AKS load balancer][aks-static-ip].
149+
The above commands create an IP address that will be deleted if you delete your AKS cluster.
150+
151+
Alternatively, you can create an IP address in a different resource group which can be managed separately from your AKS cluster. If you create an IP address in a different resource group, ensure the following:
152+
153+
* The cluster identity used by the AKS cluster has delegated permissions to the resource group, such as *Network Contributor*.
154+
* Add the `--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-resource-group"="<RESOURCE_GROUP>"` parameter. Replace `<RESOURCE_GROUP>` with the name of the resource group where the IP address resides.
155+
156+
For more information, see [Use a static public IP address and DNS label with the AKS load balancer][aks-static-ip].
151157

152158
Now deploy the *nginx-ingress* chart with Helm. For added redundancy, two replicas of the NGINX ingress controllers are deployed with the `--set controller.replicaCount` parameter. To fully benefit from running replicas of the ingress controller, make sure there's more than one node in your AKS cluster.
153159

@@ -167,8 +173,7 @@ The ingress controller also needs to be scheduled on a Linux node. Windows Serve
167173
168174
Update the following script with the **IP address** of your ingress controller and a **unique name** that you would like to use for the FQDN prefix.
169175

170-
> [!IMPORTANT]
171-
> You must update replace `<STATIC_IP>` and `<DNS_LABEL>` with your own IP address and unique name when running the command. The DNS_LABEL must be unique within the Azure region.
176+
Replace `<STATIC_IP>` and `<DNS_LABEL>` with your own IP address and unique name when running the command. The DNS_LABEL must be unique within the Azure region.
172177

173178
### [Azure CLI](#tab/azure-cli)
174179

articles/azure-arc/kubernetes/overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services: azure-arc
44
ms.service: azure-arc
55
author: shashankbarsin
66
ms.author: shasb
7-
ms.date: 04/13/2022
7+
ms.date: 05/03/2022
88
ms.topic: overview
99
description: "This article provides an overview of Azure Arc-enabled Kubernetes."
1010
keywords: "Kubernetes, Arc, Azure, containers"
@@ -15,13 +15,14 @@ keywords: "Kubernetes, Arc, Azure, containers"
1515
Azure Arc-enabled Kubernetes allows you to attach and configure Kubernetes clusters running anywhere. You can connect your clusters running on other public cloud providers (such as GCP or AWS) or clusters running on your on-premise data center (such as VMware vSphere or Azure Stack HCI) to Azure Arc.
1616

1717
When you connect a Kubernetes cluster to Azure Arc, it will:
18+
1819
* Be represented in Azure Resource Manager by a unique ID
1920
* Be placed in an Azure subscription and resource group
2021
* Receive tags just like any other Azure resource
2122

22-
Azure Arc-enabled Kubernetes supports industry-standard SSL to secure data in transit. For the connected clusters, data at rest is stored encrypted in an Azure Cosmos DB database to ensure confidentiality.
23+
Azure Arc-enabled Kubernetes supports industry-standard SSL to secure data in transit. For the connected clusters, cluster extensions, and custom locations, data at rest is stored encrypted in an Azure Cosmos DB database to ensure confidentiality.
2324

24-
Azure Arc-enabled Kubernetes supports the following scenarios for connected clusters:
25+
Azure Arc-enabled Kubernetes supports the following scenarios for connected clusters:
2526

2627
* [Connect Kubernetes](quickstart-connect-cluster.md) running outside of Azure for inventory, grouping, and tagging.
2728

8.25 KB
Loading
8.35 KB
Loading
8.36 KB
Loading
28.8 KB
Loading
39.9 KB
Loading

0 commit comments

Comments
 (0)