Skip to content

Commit 5f54504

Browse files
authored
Changed body input on instantiate a scanning
The body input contained the variable "endpoint" twice causing the code to fail
1 parent b150535 commit 5f54504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/purview/tutorial-using-python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ In this section, you'll register your Blob Storage.
254254
body_input = {
255255
"kind": "AzureStorage",
256256
"properties": {
257-
"endpoint": "endpoint": f"https://{storage_name}.blob.core.windows.net/",
257+
"endpoint": f"https://{storage_name}.blob.core.windows.net/",
258258
"resourceGroup": rg_name,
259259
"location": rg_location,
260260
"resourceName": storage_name,

0 commit comments

Comments
 (0)