Azure / Commercial-Marketplace-SaaS-Accelerator

A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
MIT License
179 stars 275 forks source link

Add support for Azure CLI #707

Open lastcoolnameleft opened 1 month ago

lastcoolnameleft commented 1 month ago

Is your feature request related to a problem? Please describe. To support more modern workloads and ISV's, it would be helpful to support Azure CLI / Bash instead of Powershell for the deployment + upgrade scripts

Describe the solution you'd like Instead of requiring PS, use Azure CLI in Bash here: https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator/blob/main/docs/Installation-Instructions.md#basic-installation-script

Additional context As we continue to work with more Linux based SaaS offers, requiring PS can send the wrong message to our partners.