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

Commit

Permalink
Update readme to specify that you may need a local.settings.json file…
Browse files Browse the repository at this point in the history
… for samples (#602)
  • Loading branch information
jkotalik authored Jul 21, 2020
1 parent ae9e3b3 commit d762312
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/azure-functions/frontend-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ A simple example showing a frontend and backend function app.

## For running

Simply execute `tye run` and navigate to the frontend. You should see a response with information from the frontend and backend.
Simply execute `tye run` and navigate to the frontend. You should see a response with information from the frontend and backend.

> :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.
2 changes: 2 additions & 0 deletions samples/azure-functions/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ A simple example showing that tye supports running non-dotnet azure functions lo
Before running, navigate to the HttpExample and run `npm install`. Run `npm start` as well to verify the function starts without tye.

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.

> :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.
2 changes: 2 additions & 0 deletions samples/azure-functions/voting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ To run, first make sure the azure storage emulator is running. You can use [Azur

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

> :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.
## For deployment

Deployment is currently not supported for Azure Functions.

0 comments on commit d762312

Please sign in to comment.