File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ By following these steps, you'll have a serverless API in Azure that uses Servic
216216| sqlmessage| Create a Subscription|
217217
218218## Upgrade Storage
219- Update storage account to ADLS the run the following script
219+ Update storage account to Azure Data Lake Storage( ADLS) then run the following script
220220## Script provsion an Event Grid
221221``` powershell
222222$subscriptions = ""
@@ -226,14 +226,13 @@ $functionAppName = ""
226226$function = ""
227227$containerName = ""
228228az eventgrid event-subscription create `
229- --name blob-monitor-subscription `
229+ --name blob-monitor-processed `
230230 --source-resource-id "/subscriptions/$subscriptions/resourceGroups/$resourceGroups/providers/Microsoft.Storage/storageAccounts/$storageAccounts" `
231231 --included-event-types Microsoft.Storage.BlobCreated `
232232 --endpoint-type azurefunction `
233- --endpoint "/subscriptions/4501a4d3-74c8-4703-9948-8c405a64daf0 /resourceGroups/training20250625 /providers/Microsoft.Web/sites/$functionAppName/functions/$function" `
233+ --endpoint "/subscriptions/$subscriptions /resourceGroups/$resourceGroups /providers/Microsoft.Web/sites/$functionAppName/functions/$function" `
234234 --advanced-filter data.blobType StringContains BlockBlob `
235235 --advanced-filter subject StringBeginsWith "/blobServices/default/containers/$containerName/"
236-
237236```
238237## Create Azure Container Instance for SFTP
239238> User the following link to create a Azure Container Instance(ACI for SFTP)
You can’t perform that action at this time.
0 commit comments