Skip to content

Commit

Permalink
Update README.md (#735)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update Installation-Instructions.md
  • Loading branch information
santhoshb-msft authored Jul 19, 2024
1 parent 226a1e6 commit 489806c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---

The SaaS Accelerator is offered under the MIT License as open source software and is <ins>not supported</ins> by Microsoft.
If you need help with the accelerator or would like to report defects or feature requests, use the Issues feature on this GitHub repository.

---

# Microsoft Commercial Marketplace - Community Code for SaaS Applications

<!-- no toc -->
Expand Down
9 changes: 8 additions & 1 deletion docs/Installation-Instructions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---

The SaaS Accelerator is offered under the MIT License as open source software and is <ins>not supported</ins> by Microsoft. <br>
If you need help with the accelerator or would like to report defects or feature requests, use the Issues feature on this GitHub repository.

---

# Install the Azure Marketplace SaaS Accelerator using Azure Cloud Shell

<!-- no toc -->
Expand Down Expand Up @@ -115,4 +122,4 @@ There are other ways to deploy the SaaS Accelerator environment (e.g. developmen

## Authentication between the WebApps and the Database
The Webapps uses Managed Identity to communicate with the database. The Managed Identity is created during the deployment of the WebApps. The Managed Identity is then used to create a user in the database and grant the user the necessary permissions. The connection string used by the WebApps to connect to the database is then updated to use the Managed Identity.
For more information on how App Service use Managed Identity to connect to the database, please refer to the following [link](https://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-sql-database).
For more information on how App Service use Managed Identity to connect to the database, please refer to the following [link](https://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-sql-database).

0 comments on commit 489806c

Please sign in to comment.