Skip to content

Commit c4d20f1

Browse files
authored
Merge pull request #2 from alexwolfmsft/alexwolfmsft-patch-1
Update passwordless-migrate-queues.md
2 parents 51dfbc9 + 1c94c64 commit c4d20f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/passwordless-migrate-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The Azure Identity client library, for each of the following ecosystems, provide
165165
credential = DefaultAzureCredential()
166166
167167
queue_client = QueueClient(
168-
account_url = "https://%s.blob.core.windows.net" % storage_account_name,
168+
account_url = "https://%s.queue.core.windows.net" % storage_account_name,
169169
queue_name = queue_name,
170170
credential = credential
171171
)

0 commit comments

Comments
 (0)