You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*See [#250](https://github.com/Azure/azure-functions-sql-extension/issues/250) before starting.*
140
+
```bash
141
+
mkdir MyApp
142
+
cd MyApp
143
+
func init --worker-runtime python
144
+
```
145
+
146
+
3. Enable SQL bindings on the functionapp. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
0 commit comments