You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/batch-transcription-audio-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ A shared access signature (SAS) is a URI that grants restricted access to an Azu
242
242
243
243
Follow these steps to generate a SAS URL that you can use for batch transcriptions.
244
244
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.
246
246
1. Select the new container.
247
247
1. In the **Settings** group in the left pane, select **Shared access tokens**.
248
248
1. Select **+ Container**.
@@ -257,7 +257,7 @@ Follow these steps to generate a SAS URL that you can use for batch transcriptio
257
257
258
258
Follow these steps to generate a SAS URL that you can use for batch transcriptions.
259
259
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.
261
261
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.
0 commit comments