File tree Expand file tree Collapse file tree 6 files changed +68
-48
lines changed
Aliencube.AzureFunctions.FunctionAppV1IoC
Aliencube.AzureFunctions.FunctionAppV1Static
Aliencube.AzureFunctions.FunctionAppV2IoC
Aliencube.AzureFunctions.FunctionAppV2Static
Aliencube.AzureFunctions.FunctionAppV3IoC
Aliencube.AzureFunctions.FunctionAppV3Static Expand file tree Collapse file tree 6 files changed +68
-48
lines changed Original file line number Diff line number Diff line change 22
33## Getting Started ##
44
5- ### Install Open API Templates ###
5+ ### Restore NuGet Packages ###
66
7- Run the following script to install the Open API templates:
7+ Run the following command to restore all necessary NuGet packages into the project.
88
9- ``` powershell
10- # PowerShell
11- ../../scripts/Install-OpenApiHttpTriggerTemplates.ps1 `
12- -ProjectPath ./ `
13- -Namespace Aliencube.AzureFunctions.FunctionAppV1IoC `
14- -IsVersion1
9+ ``` bash
10+ dotnet restore .
1511```
1612
1713
1814### Run Function App ###
1915
2016Run the Function app locally.
2117
22- ``` powershell
18+ ``` bash
2319func start
2420```
2521
Original file line number Diff line number Diff line change 22
33## Getting Started ##
44
5- ### Install Open API Templates ###
5+ ### Restore NuGet Packages ###
66
7- Run the following script to install the Open API templates:
7+ Run the following command to restore all necessary NuGet packages into the project.
88
9- ``` powershell
10- # PowerShell
11- ../../scripts/Install-OpenApiHttpTriggerTemplates.ps1 `
12- -ProjectPath ./ `
13- -Namespace Aliencube.AzureFunctions.FunctionAppV1Static `
14- -IsVersion1
9+ ``` bash
10+ dotnet restore .
1511```
1612
1713
1814### Run Function App ###
1915
2016Run the Function app locally.
2117
22- ``` powershell
18+ ``` bash
2319func start
2420```
2521
Original file line number Diff line number Diff line change 1+ # Aliencube.AzureFunctions.FunctionAppV2IoC #
2+
3+ ## Getting Started ##
4+
5+ ### Restore NuGet Packages ###
6+
7+ Run the following command to restore all necessary NuGet packages into the project.
8+
9+ ``` bash
10+ dotnet restore .
11+ ```
12+
13+
14+ ### Run Function App ###
15+
16+ Run the Function app locally.
17+
18+ ``` bash
19+ func start
20+ ```
21+
22+ Open a web browser and visit the page.
23+
24+ ``` txt
25+ http://localhost:7071/api/swagger/ui
26+ ```
Original file line number Diff line number Diff line change 1+ # Aliencube.AzureFunctions.FunctionAppV2Static #
2+
3+ ## Getting Started ##
4+
5+ ### Restore NuGet Packages ###
6+
7+ Run the following command to restore all necessary NuGet packages into the project.
8+
9+ ``` bash
10+ dotnet restore .
11+ ```
12+
13+
14+ ### Run Function App ###
15+
16+ Run the Function app locally.
17+
18+ ``` bash
19+ func start
20+ ```
21+
22+ Open a web browser and visit the page.
23+
24+ ``` txt
25+ http://localhost:7071/api/swagger/ui
26+ ```
Original file line number Diff line number Diff line change 22
33## Getting Started ##
44
5- ### Install Open API Templates ###
5+ ### Restore NuGet Packages ###
66
7- Run the following script to install the Open API templates:
8-
9- ``` powershell
10- # PowerShell
11- ../../scripts/Install-OpenApiHttpTriggerTemplates.ps1 `
12- -ProjectPath ./ `
13- -Namespace Install.AzureFunctions.FunctionAppV3IoC
14- ```
7+ Run the following command to restore all necessary NuGet packages into the project.
158
169``` bash
17- # Bash script
18- ../../scripts/Download-OpenApiHttpTriggerTemplates.sh \
19- . \
20- Aliencube.AzureFunctions.FunctionAppV3IoC
10+ dotnet restore .
2111```
2212
23- > You may need to run ` chmod +x ../../scripts/Download-OpenApiHttpTriggerTemplates.sh ` command.
24-
2513
2614### Run Function App ###
2715
Original file line number Diff line number Diff line change 22
33## Getting Started ##
44
5- ### Install Open API Templates ###
5+ ### Restore NuGet Packages ###
66
7- Run the following script to install the Open API templates:
8-
9- ``` powershell
10- # PowerShell
11- ../../scripts/Install-OpenApiHttpTriggerTemplates.ps1 `
12- -ProjectPath ./ `
13- -Namespace Aliencube.AzureFunctions.FunctionAppV3Static
14- ```
7+ Run the following command to restore all necessary NuGet packages into the project.
158
169``` bash
17- # Bash script
18- ../../scripts/Install-OpenApiHttpTriggerTemplates.sh \
19- . \
20- Aliencube.AzureFunctions.FunctionAppV3Static
10+ dotnet restore .
2111```
2212
23- > You may need to run ` chmod +x ../../scripts/Download-OpenApiHttpTriggerTemplates.sh ` command.
24-
2513
2614### Run Function App ###
2715
You can’t perform that action at this time.
0 commit comments