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

update appconfig to save empty string instead of null #619 #624

Closed santhoshb-msft closed 6 months ago

santhoshb-msft commented 6 months ago

When clearing out any app config value it saving them as null. And as one of the values is checked for length, its throwing an error. Fixed both when saving and when displaying.