We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabf39f commit 389b824Copy full SHA for 389b824
articles/healthcare-apis/deidentification/quickstart-asyncpython.md
@@ -126,8 +126,8 @@ import uuid
126
127
async def deidentify_documents_async():
128
endpoint = "<YOUR SERVICE URL HERE>" ### Replace
129
- storage_location = "https://<CONTAINER NAME>.blob.core.windows.net/deidtest/"
130
- inputPrefix = "deidsample"
+ storage_location = "https://<CONTAINER NAME>.blob.core.windows.net/deidtest/" ### Replace <CONTAINER NAME>
+ inputPrefix = "deidsample"
131
outputPrefix = "_output"
132
133
credential = DefaultAzureCredential()
0 commit comments