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 276 forks source link

Remove hardcoded "AMPSaaSDB" in deployment script connection string #582

Closed miguelarcilla closed 8 months ago

miguelarcilla commented 8 months ago

The SaaS Accelerator hardcodes the default database name when setting the Connection String before web app publish. This will cause errors in case the database name is overridden.

Changing the value to use the $SQLDatabaseName parameter instead.