Reputation: 193
I am trying to create an Azure scheduler with the Action type - Storage queue. When I try to select the storage queue it says "No storage accounts found in the selected subscription and location" , whereas i had created the storage account for the UK region and confgiured the queue.
Please tell what kind of stroage of which location i need to select while creating the storage account for the scheduler.
Upvotes: 1
Views: 314
Reputation: 27815
As far as I know, Azure Scheduler can post messages to either classic or new (ARM) Azure Storage account Queue, but the Azure portal only lists the classic Storage accounts for the selector.
Besides, Azure REST API provide a way to create a new job, you can specify your new (ARM) storage account queue in job definition.
Upvotes: 1