Skip to content

Commit b1f45d0

Browse files
committed
Update tutorial steps to include Azure CLI authentication for post-deployment script
1 parent f3a86fe commit b1f45d0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

articles/azure-functions/durable/tutorial-durable-text-analysis-azure-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ The sample code for this tutorial is in the [Azure Functions Flex Consumption wi
6060

6161
This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-cli/overview) template. A single `azd up` command provisions infrastructure, deploys the function code, and uploads sample text files to the Azure Files share.
6262

63-
1. Sign in to Azure:
63+
1. Sign in to Azure. The post-deployment script uses Azure CLI commands, so you need to authenticate with both tools:
6464

6565
```bash
6666
azd auth login
67+
az login
6768
```
6869

6970
1. Provision and deploy everything:

articles/azure-functions/tutorial-ffmpeg-processing-azure-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ The function reads the mount path from an environment variable (`FFMPEG_PATH`) t
8585
8686
This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-cli/overview) template. A single `azd up` command provisions infrastructure, deploys the function code, uploads the ffmpeg binary to Azure Files, and creates the EventGrid subscription for blob triggers.
8787
88-
1. Sign in to Azure:
88+
1. Sign in to Azure. The post-deployment script uses Azure CLI commands, so you need to authenticate with both tools:
8989
9090
```bash
9191
azd auth login
92+
az login
9293
```
9394
9495
1. Provision and deploy everything:

0 commit comments

Comments
 (0)