Skip to content

Commit 598c2ac

Browse files
committed
updated readme
1 parent 70ed279 commit 598c2ac

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,26 @@ https://docs.microsoft.com/en-us/azure/app-service/configure-common#connection-s
210210

211211
That's why the Python code in the sample look for `SQLAZURECONNSTR_RLS` but the Shell script write the `RLS` connection string name.
212212

213+
## Next Steps
214+
215+
To properly secure your API you need some kind of authentication. You can use Azure Active Directory:
216+
217+
[Microsoft Authentication Library (MSAL) for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python)
218+
219+
or some third party service like Auth0:
220+
221+
- [Auth0 Python Web App](https://github.com/auth0-samples/auth0-python-web-app)
222+
- [Auth0 Python API](https://github.com/auth0-samples/auth0-python-api-samples)
223+
213224
## Learn more
214225

215-
https://techcommunity.microsoft.com/t5/azure-sql-database/building-rest-api-with-python-flask-and-azure-sql/ba-p/1056637
216-
https://github.com/Azure-Samples/azure-sql-db-python-rest-api
226+
Here's some link if you want to learn more, or you are new to Python
227+
228+
[REST API using Python, Flask and Azure SQL](https://github.com/Azure-Samples/azure-sql-db-python-rest-api)
229+
230+
If you want to do the same in .NET, this repo is a good start:
231+
232+
[REST API using .Net, Dapper and Azure SQL](https://github.com/Azure-Samples/azure-sql-db-dotnet-rest-api)
217233

218234
## Contributing
219235

0 commit comments

Comments
 (0)