Skip to content

Commit 16ee379

Browse files
committed
fix warnings
1 parent 61b4a03 commit 16ee379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/batch-transcription-audio-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ A shared access signature (SAS) is a URI that grants restricted access to an Azu
242242

243243
Follow these steps to generate a SAS URL that you can use for batch transcriptions.
244244

245-
1. Complete the steps in [Azure Blob Storage upload](#azure-blob-storage-upload) to create a Storage account and upload audio files to a new container.
245+
1. Complete the steps in [Azure Blob Storage upload](#upload-to-azure-blob-storage) to create a Storage account and upload audio files to a new container.
246246
1. Select the new container.
247247
1. In the **Settings** group in the left pane, select **Shared access tokens**.
248248
1. Select **+ Container**.
@@ -257,7 +257,7 @@ Follow these steps to generate a SAS URL that you can use for batch transcriptio
257257

258258
Follow these steps to generate a SAS URL that you can use for batch transcriptions.
259259

260-
1. Complete the steps in [Azure Blob Storage upload](#azure-blob-storage-upload) to create a Storage account and upload audio files to a new container.
260+
1. Complete the steps in [Azure Blob Storage upload](#upload-to-azure-blob-storage) to create a Storage account and upload audio files to a new container.
261261
1. Generate a SAS URL with read (r) and list (l) permissions for the container with the [`az storage container generate-sas`](/cli/azure/storage/container#az-storage-container-generate-sas) command. Choose a new expiry date and replace `<mycontainer>` with the name of your container.
262262

263263
```azurecli-interactive

0 commit comments

Comments
 (0)