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
👋 Welcome to the Functions Codespace! You are on the Functions Quickstarts image.
2
2
It includes everything needed to run through our tutorials and quickstart applications.
3
3
4
-
📚 Functions docs can be found at: https://learn.microsoft.com/en-us/azure/azure-functions/
4
+
To run a function enter folder with host.json and run:
5
+
```
6
+
cd src
7
+
func start
8
+
```
5
9
10
+
📚 Setup complete. Functions docs can be found at: https://learn.microsoft.com/en-us/azure/azure-functions/
6
11
>**Note** it is a best practice to create Virtual Environments before doing the `pip install` to avoid dependency issues/collisions, or if you are running in CodeSpaces. See [Python Environments in VS Code](https://code.visualstudio.com/docs/python/environments#_creating-environments) for more information.
12
+
13
+
14
+
Automatically started Azurite in a new terminal window first via:
0 commit comments