Aceitar os termos de uma imagem em Azure
Abram uma cloud shell:
Executem o seguinte comando:
az vm image terms accept –subscription subscripton_number –urn publisher:offer:sku:latest
Também podem utilizar (vai ser usada a subscription por defeito:
az vm image terms accept –urn publisher:offer:sku:latest
Exemplo para uma imagem de cloudera:
az vm image terms accept –subscription xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx –urn cloudera:cloudera-centos-os:7_2:latest
+++++++++++++++++++++++++++++++++++
Open a cloud shell:
And run the following command:
az vm image terms accept –subscription subscripton_number –urn publisher:offer:sku:latest
Can also use (default subscription will be used):
az vm image terms accept –urn publisher:offer:sku:latest
Example using target subscription:
az vm image terms accept –subscription xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx –urn cloudera:cloudera-centos-os:7_2:latest