Skip to content

Commit 63544ec

Browse files
committed
rolled date
1 parent f18a7fd commit 63544ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-connect-msi-key-vault-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to secure connectivity to back-end Azure services that do
44
ms.devlang: python
55
# ms.devlang: python, azurecli
66
ms.topic: tutorial
7-
ms.date: 08/05/2024
7+
ms.date: 08/23/2024
88
author: cephalin
99
ms.author: cephalin
1010

@@ -14,7 +14,6 @@ ms.custom: devx-track-azurecli, devx-track-python, AppServiceConnectivity
1414

1515
# Tutorial: Secure Cognitive Service connection from Python App Service using Key Vault
1616

17-
1817
[!INCLUDE [tutorial-content-above-code](./includes/tutorial-connect-msi-key-vault/introduction.md)]
1918

2019
## Configure Python app
@@ -37,6 +36,7 @@ az webapp deploy --resource-group $groupName --name $appName --src-path ./defaul
3736
```
3837

3938
The preceding commands:
39+
4040
* Create a linux app service plan
4141
* Create a web app for Python 3.11
4242
* Configure the web app to install the python packages on deployment

0 commit comments

Comments
 (0)