Mock Tests Flashcards
In Azure Storage, name 2 ways you can react to events
Change Feed
Blob Storage Events (much quicker and records greater variety of events)
Blob storage events are pushed using what?
Azure Event Grid
What are the steps to move a storage account?
xport a template.
Modify the template by adding the target region and storage account name.
Deploy the template to create the new storage account.
Configure the new storage account.
Move data to the new storage account.
Delete the resources in the source region.
To match all events for a storage account, you can leave the subject filters empty.
True
Filters in Event Grid match the beginning or end of the subject so events with a matching subject go to the subscriber.
True