Skip to content

Commit 834be6f

Browse files
committed
updated readme
1 parent 894cfd9 commit 834be6f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,11 @@ Data API builder may take a few seconds to run if you are using Azure SQL and En
8989

9090
### Azure deployment
9191

92-
WIP
92+
The easiest way to deploy the full-stack application is to fork the repository and then create a new Static Web Apps pointing to the forked repository. Once the Static Web App is deployed, configured the [Database Connection](https://learn.microsoft.com/en-us/azure/static-web-apps/database-overview) feature of Static Web Apps to connect to the Azure SQL database where you have deployed the database objects and the sample data.
93+
94+
Make sure you give the user thay you are using to connect to the database the permission to run the needed stored procedures:
95+
96+
```sql
97+
GRANT EXECUTE ON SCHEMA::[web] TO [your user]
98+
```
99+

0 commit comments

Comments
 (0)