Skip to content

Commit 389b824

Browse files
Update quickstart-asyncpython.md
1 parent fabf39f commit 389b824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/healthcare-apis/deidentification/quickstart-asyncpython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ import uuid
126126

127127
async def deidentify_documents_async():
128128
endpoint = "<YOUR SERVICE URL HERE>" ### Replace
129-
storage_location = "https://<CONTAINER NAME>.blob.core.windows.net/deidtest/"
130-
inputPrefix = "deidsample"
129+
storage_location = "https://<CONTAINER NAME>.blob.core.windows.net/deidtest/" ### Replace <CONTAINER NAME>
130+
inputPrefix = "deidsample"
131131
outputPrefix = "_output"
132132

133133
credential = DefaultAzureCredential()

0 commit comments

Comments
 (0)