Skip to content

Commit 6d2bc00

Browse files
author
RoseHJM
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ade-extensibility-rework
2 parents 6d2dd10 + 1ee6d67 commit 6d2bc00

File tree

132 files changed

+1879
-904
lines changed

Some content is hidden

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

132 files changed

+1879
-904
lines changed

.openpublishing.redirection.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-create-vm.md",
5+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-create-vm",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-download-files.md",
10+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-download-files",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-upload-files.md",
15+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-upload-files",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/storage/blobs/storage-blob-scalable-app-verify-metrics.md",
20+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-blob-scalable-app-verify-metrics",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path": "articles/api-management/self-hosted-gateway-migration-guide.md",
525
"redirect_url": "/previous-versions/azure/api-management/self-hosted-gateway-migration-guide",
@@ -488,7 +508,7 @@
488508
{
489509
"source_path_from_root": "/articles/azure-maps/tutorial-iot-hub-maps.md",
490510
"redirect_url": "/azure/azure-maps",
491-
"redirect_document_id": true
511+
"redirect_document_id": false
492512
},
493513
{
494514
"source_path_from_root": "/articles/azure-maps/about-creator.md",

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
/articles/lighthouse @jasonwhowell @thomps23
3737
/articles/quotas @jasonwhowell @thomps23
3838
/articles/container-registry @jasonwhowell @thomps23
39-
/articles/kubernetes-fleet @jasonwhowell @thomps23
39+
/articles/kubernetes-fleet @MicrosoftDocs/azure-docs-codeowners

articles/app-service/app-service-key-vault-references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up Azure App Service and Azure Functions to use Az
44
author: cephalin
55

66
ms.topic: article
7-
ms.date: 07/31/2023
7+
ms.date: 09/30/2024
88
ms.author: cephalin
99
ms.custom: AppServiceConnectivity
1010
---

articles/app-service/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ items:
1515
items:
1616
- name: Web Apps
1717
tocHref: /entra/fundamentals/
18+
topicHref: /azure/app-service/index
19+
- name: Web Apps
20+
tocHref: /azure/developer/
1821
topicHref: /azure/app-service/index

articles/app-service/deploy-run-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run your app from a ZIP package
33
description: Deploy your app's ZIP package with atomicity. Improve the predictability and reliability of your app's behavior during the ZIP deployment process.
44
ms.topic: article
5-
ms.date: 01/14/2020
5+
ms.date: 09/30/2024
66
author: cephalin
77
ms.author: cephalin
88

articles/app-service/overview-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Managed identities
33
description: Learn how managed identities work in Azure App Service and Azure Functions, how to configure a managed identity and generate a token for a back-end resource.
44
ms.topic: article
5-
ms.date: 06/27/2023
5+
ms.date: 09/30/2024
66
ms.reviewer: yevbronsh,mahender
77
author: cephalin
88
ms.author: cephalin

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
- name: Connect Java Tomcat to Postgres
208208
href: tutorial-java-tomcat-connect-managed-identity-postgresql-database.md
209209
- name: Connect Python Flask app to Postgres
210-
href: /azure/developer/python/tutorial-python-managed-identity-cli?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
210+
href: /azure/developer/python/tutorial-python-managed-identity-cli?toc=/azure/app-service/toc.json&bc=/azure/app-service/breadcrumb/toc.json
211211
- name: Connect to Microsoft Graph with managed identity
212212
items:
213213
- name: Use .NET

articles/app-service/tutorial-connect-msi-azure-database.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: cephalin
77
ms.devlang: csharp
88
# ms.devlang: csharp,java,javascript,python
99
ms.topic: tutorial
10-
ms.date: 04/12/2022
10+
ms.date: 09/30/2024
1111
ms.custom: mvc, devx-track-azurecli, devx-track-dotnet, devx-track-extended-java, devx-track-python, AppServiceConnectivity, service-connector
1212
---
1313
# Tutorial: Connect to Azure databases from App Service without secrets using a managed identity
@@ -285,10 +285,14 @@ You're now ready to develop and debug your app with the SQL Database as the back
285285
- [I made changes to App Service authentication or the associated app registration. Why do I still get the old token?](#i-made-changes-to-app-service-authentication-or-the-associated-app-registration-why-do-i-still-get-the-old-token)
286286
- [How do I add the managed identity to a Microsoft Entra group?](#how-do-i-add-the-managed-identity-to-an-azure-ad-group)
287287
- [I get the error `SSL connection is required. Please specify SSL options and retry`.](#i-get-the-error-ssl-connection-is-required-please-specify-ssl-options-and-retry)
288+
- [I created my app with the Web App + Database template, and now I can't configure a managed identity connection with the Service Connector commands.](#i-created-my-app-with-the-web-app--database-template-and-now-i-cant-configure-a-managed-identity-connection-with-the-service-connector-commands)
288289
289290
#### Does managed identity support SQL Server?
290291
291-
Microsoft Entra ID and managed identities aren't supported for on-premises SQL Server.
292+
Yes. For more information, see:
293+
294+
- [Microsoft Entra authentication for SQL Server](/sql/relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview)
295+
- [Enable Microsoft Entra authentication for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/configure-azure-ad-authentication-for-sql-vm)
292296
293297
#### I get the error `Login failed for user '<token-identified principal>'.`
294298
@@ -321,6 +325,10 @@ Connecting to the Azure database requires additional settings and is beyond the
321325
[Configure TLS connectivity in Azure Database for PostgreSQL - Single Server](/azure/postgresql/concepts-ssl-connection-security)
322326
[Configure SSL connectivity in your application to securely connect to Azure Database for MySQL](/azure/mysql/howto-configure-ssl)
323327

328+
#### I created my app with the Web App + Database template, and now I can't configure a managed identity connection with the Service Connector commands.
329+
330+
Service Connector needs network access to the database in order to grant access for the app identity. When you create a secure-by-default app and database architecture in the Azure portal with the Web App + Database template, the architecture locks down network access to the database and only allows connections from within the virtual network. It's also true for Azure Cloud Shell. However, you can [deploy Cloud Shell in the virtual network](../cloud-shell/vnet/deployment.md), then run the Service Connector command in that Cloud Shell.
331+
324332
## Next steps
325333

326334
What you learned:

articles/automation/automation-linux-hrw-install.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ms.service: azure-automation
1111

1212
# Deploy an agent-based Linux Hybrid Runbook Worker in Automation
1313

14-
> [!CAUTION]
15-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
16-
1714
[!INCLUDE [./agent-based-user-hybrid-runbook-worker-retirement.md](./includes/agent-based-user-hybrid-runbook-worker-retirement.md)]
1815

1916
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on the Azure or non-Azure machine, including servers registered with [Azure Arc-enabled servers](/azure/azure-arc/servers/overview). From the machine or server that's hosting the role, you can run runbooks directly it and against resources in the environment to manage those local resources.

articles/automation/change-tracking/overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ ms.service: azure-automation
1111

1212
# Change Tracking and Inventory overview
1313

14-
> [!CAUTION]
15-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
16-
1714
> [!Important]
1815
> Change Tracking and Inventory using Log Analytics agent has retired on **31 August 2024** and we recommend that you use Azure Monitoring Agent as the new supporting agent. Follow the guidelines for [migration from Change Tracking and inventory using Log Analytics to Change Tracking and inventory using Azure Monitoring Agent version](guidance-migration-log-analytics-monitoring-agent.md).
1916

0 commit comments

Comments
 (0)