Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

Remove all `chmod` calls. Fix typos. TenantIDs don't have to be GUIDs. #235

Closed chgeuer closed 10 months ago

chgeuer commented 10 months ago

Working on the scripts to remove all the chmod +x ... things by having the shell and Python scripts be executable in git metadata.

Removed the check in the setup script which enforced a Microsoft Entra TenantID to be a GUID. Values such as contoso.com or contoso.onmicrosoft.com are valid tenant IDs.

A few links and typos have been removed, and some ALT text added to screenshot images.