Skip to content

Commit 13b344d

Browse files
authored
in progress
1 parent 2c9da7a commit 13b344d

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

instructions/6_SetupFunctionApp.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ Last updated: 2025-03-17
2626

2727
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7e69e7f2-7aea-474a-b7ee-334fac2b8244">
2828

29-
3. **Configure the Function App**:
29+
4. **Configure the Function App**:
3030
- On the `Basics` tab, fill in the required fields:
3131
- **Subscription**: Select your Azure subscription.
3232
- **Resource Group**: Create a new resource group or select an existing one.
3333
- **Function App name**: Enter a globally unique name for your Function App.
3434
- **Region**: Choose the region closest to you or your users.
3535
- **Runtime stack**: Select the runtime stack (e.g., .NET, Node.js, Python) you want to use.
3636
- **Version**: Choose the version of the runtime stack.
37-
4. **Select Hosting Plan**: Under `Hosting`, choose the `Consumption (Serverless)` plan for a pay-per-execution model, or select a different plan based on your needs.
3837
5. **Configure Storage and Networking**:
3938
- **Storage Account**: Create a new storage account or use an existing one.
4039
- **Operating System**: Choose between Windows or Linux.
@@ -43,10 +42,13 @@ Last updated: 2025-03-17
4342
7. **Review and Create**:
4443
- Review all the configurations you have made.
4544
- Click `Create` to deploy your Function App.
46-
8. **Create a Function**:
47-
- Once the Function App is created, navigate to it in the Azure portal.
48-
- Select `Functions` from the left-hand menu, then click `+ Add` to create a new function.
49-
- Choose a template (e.g., HTTP trigger) and configure the function settings.
45+
46+
47+
## Create a Function
48+
49+
- Once the Function App is created, navigate to it in the Azure portal.
50+
- Select `Functions` from the left-hand menu, then click `+ Add` to create a new function.
51+
- Choose a template (e.g., HTTP trigger) and configure the function settings.
5052

5153

5254

0 commit comments

Comments
 (0)