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
Post a Comment