Azure Batch Job: using powershell how do we create batch context for "User Subscription" -


for azure batch jobs using powershell how batchcontext "user subscription"

$context = get-azurermbatchaccountkeys -accountname $batchaccount -resourcegroupname $batchresourcegroup  get-azurebatchpool -id $poolid -batchcontext $context  

get-azurebatchpool : operation returned invalid status code 'forbidden'

can please let me know doing wrong.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -