MicrosoftDocs / mslearn-route-and-process-data-logic-apps

Repository for Microsoft Learn module: Route and process data automatically using Logic Apps
Creative Commons Attribution 4.0 International
7 stars 12 forks source link

Return SQL_SERVER_FQDN instead of SQL_NAME #2

Open taqabubaker opened 4 years ago

taqabubaker commented 4 years ago

It's better to return the database server fully qualified domain name (FQDN) in "setup-sql-database.sh" script instead of the short name since this is what is required by subsequent steps of the Azure App Logic unit to configure and authenticate the SQL server.

This will not confuse the people especially the new users of the Azure App Logic.

SQLName