1
votes

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.

1
What kind of storage account have you created?Gaurav Mantri
locally redundant storage for queues. using location north ukDinesh
Got the solution. Scheduler only supports Classic Storage , and classic storage is available outside UK [ West Europe ]Dinesh
Awesome! Can you please put this as an answer? I think it will be helpful to others.Gaurav Mantri
Absolutely ridiculous. Resorting to powershell - sigh.Seth Flowers

1 Answers

1
votes

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.

enter image description here

Besides, Azure REST API provide a way to create a new job, you can specify your new (ARM) storage account queue in job definition.