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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -