Skip to content

Commit 63bab74

Browse files
authored
in progress
1 parent c5aa9de commit 63bab74

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

instructions/6_SetupFunctionApp.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Step 6: Setup the Function App and and Develop
2+
3+
Costa Rica
4+
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6+
[brown9804](https://github.com/brown9804)
7+
8+
Last updated: 2025-02-21
9+
10+
------------------------------------------
11+
12+
<div align="center">
13+
<img src="https://github.com/user-attachments/assets/60371d79-6266-4dd3-884e-22ec5c90f4be" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px; width: 400px;"/>
14+
</div>
15+
16+
## Creating a Function App via the Azure portal
17+
18+
1. **Sign in to Azure Portal**: Go to the Azure portal and sign in with your Azure account.
19+
2. **Create a Function App**:
20+
- From the Azure portal menu or the Home page, select `Create a resource`.
21+
- In the `New` page, search for `Function App`.
22+
23+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/0cafbbfb-dcce-454b-90a0-198a44642bd4" />
24+
25+
3. **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.
26+
27+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/7e69e7f2-7aea-474a-b7ee-334fac2b8244">
28+
29+
3. **Configure the Function App**:
30+
- On the `Basics` tab, fill in the required fields:
31+
- **Subscription**: Select your Azure subscription.
32+
- **Resource Group**: Create a new resource group or select an existing one.
33+
- **Function App name**: Enter a globally unique name for your Function App.
34+
- **Region**: Choose the region closest to you or your users.
35+
- **Runtime stack**: Select the runtime stack (e.g., .NET, Node.js, Python) you want to use.
36+
- **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.
38+
5. **Configure Storage and Networking**:
39+
- **Storage Account**: Create a new storage account or use an existing one.
40+
- **Operating System**: Choose between Windows or Linux.
41+
- **Plan Type**: Select the appropriate plan type for your Function App.
42+
6. **Monitoring**: Enable `Application Insights` to monitor your Function App, which helps in tracking performance and diagnosing issues.
43+
7. **Review and Create**:
44+
- Review all the configurations you have made.
45+
- 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.
50+
51+
52+
53+
<div align="center">
54+
<h3 style="color: #4CAF50;">Total Visitors</h3>
55+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
56+
</div>

0 commit comments

Comments
 (0)