Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit d762312

Browse files
authored
Update readme to specify that you may need a local.settings.json file for samples (#602)
1 parent ae9e3b3 commit d762312

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

samples/azure-functions/frontend-backend/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ A simple example showing a frontend and backend function app.
33

44
## For running
55

6-
Simply execute `tye run` and navigate to the frontend. You should see a response with information from the frontend and backend.
6+
Simply execute `tye run` and navigate to the frontend. You should see a response with information from the frontend and backend.
7+
8+
> :bulb: Note, you may need to create a [local.settings.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#local-settings-file) file to specify the language default. Tye currently doesn't specify the language by default.

samples/azure-functions/typescript/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ A simple example showing that tye supports running non-dotnet azure functions lo
66
Before running, navigate to the HttpExample and run `npm install`. Run `npm start` as well to verify the function starts without tye.
77

88
Next, all you need to do is execute `tye run` and navigate to the dashboard. Navigate to <SERVICE_URL>/api/HttpExample to see the function working.
9+
10+
> :bulb: Note, you may need to create a [local.settings.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#local-settings-file) file to specify the language default. Tye currently doesn't specify the language by default.

samples/azure-functions/voting/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ To run, first make sure the azure storage emulator is running. You can use [Azur
77

88
Next, all you need to do is execute `tye run` and navigate to the dashboard.
99

10+
> :bulb: Note, you may need to create a [local.settings.json](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Ccsharp%2Cbash#local-settings-file) file to specify the language default. Tye currently doesn't specify the language by default.
11+
1012
## For deployment
1113

1214
Deployment is currently not supported for Azure Functions.

0 commit comments

Comments
 (0)