# batch-receiver microservice should already be running for the subscription validation handshake az eventgrid event-subscription create ` --source-resource-id "/subscriptions//resourceGroups//providers/Microsoft.Storage/storageaccounts/" ` --name blob-created ` --endpoint-type webhook ` --endpoint https:///api/blobAddedHandler ` --included-event-types Microsoft.Storage.BlobCreated