Skip to content

Commit ec09b5c

Browse files
Format
1 parent 861d651 commit ec09b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/secure-blob-access/create.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
"permissions_ready = utils.wait_for_apim_blob_permissions(apim_name, storage_account_name, rg_name, 5)\n",
167167
"\n",
168168
"if permissions_ready:\n",
169-
" utils.print_ok('APIM permissions verified successfully')\n",
169+
" utils.print_ok('APIM permissions verified successfully')\n",
170170
"else:\n",
171-
" utils.print_warning('⚠️ Permission verification incomplete - you may encounter 503/403 errors during testing')\n",
172-
" utils.print_info('💡 If you see 503 errors in the next step, wait a few minutes and try again.')"
171+
" utils.print_warning('Permission verification incomplete - you may encounter 503/403 errors during testing')\n",
172+
" utils.print_info('If you see 503 errors in the next step, wait a few minutes and try again.')"
173173
]
174174
},
175175
{

0 commit comments

Comments
 (0)