File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,26 @@ https://docs.microsoft.com/en-us/azure/app-service/configure-common#connection-s
210
210
211
211
That's why the Python code in the sample look for ` SQLAZURECONNSTR_RLS ` but the Shell script write the ` RLS ` connection string name.
212
212
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
+
213
224
## Learn more
214
225
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 )
217
233
218
234
## Contributing
219
235
You can’t perform that action at this time.
0 commit comments