Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.






check if login

az login


Check terms
GET

Get-AzMarketplaceTerms


Code Block
titleGet terms
collapsetrue
PS /home/jean-luc/azure-ha-conductor-terraform> Get-AzMarketplaceTerms -Publisher "juniper-networks" -Product "session-smart-networking-payg" -Name "session-smart-networking-payg-544"                                 
Name                              Product Publisher        Accepted Signature PrivacyPolicyLink
----                              ------- ---------        -------- --------- -----------------
session-smart-networking-payg-544         juniper-networks                    


ACCEPT ( SET )

Set-AzMarketplaceTerms


Code Block
titleset accept
collapsetrue
Set-AzMarketplaceTerms -Publisher "juniper-networks" -Product "session-smart-networking-payg" -Name "session-smart-networking-payg-544" -Accept











...