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
205 stars 302 forks source link

Deploy fix #738

Closed code4clouds closed 4 months ago

code4clouds commented 4 months ago

This pull request primarily focuses on refactoring the PowerShell scripts Deploy.ps1 and Upgrade.ps1 in the deployment directory. The changes involve repositioning the Param blocks in both scripts to be at the top of the file, right after the initial comments.

Changes in Deploy.ps1:

Changes in Upgrade.ps1:

These changes enhance the readability and maintainability of the scripts by following the common practice of defining parameters at the beginning of the script.

image