2
votes

I am attempting to create a new Azure Scheduler Job that has a Storage queue action, but the only Storage Accounts that I am able to select from my Azure Subscription are "Classic" Storage Accounts, I can not select a "Resource Manager" Storage Account.

Are Azure Scheduler Jobs not compatible with "Resource Management" Storage Accounts?

2

2 Answers

3
votes

Azure Scheduler supports any storage account (either classic or resource manager based) but the portal currently only supports selecting a classic storage account today. So in the meantime you can use the REST API to add a storage queue action that references a resource manager storage account.

2
votes

You are correct, the Preview Portal (portal.azure.com) still doesn't have all intended functionality. Some things are work in progress, like "Resource Management Storage Accounts" in the Storage queue Scheduler job.