diff --git a/samples/azure-functions/frontend-backend/README.md b/samples/azure-functions/frontend-backend/README.md index d8683dc8c..3a8c12539 100644 --- a/samples/azure-functions/frontend-backend/README.md +++ b/samples/azure-functions/frontend-backend/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/samples/azure-functions/typescript/README.md b/samples/azure-functions/typescript/README.md index fe3376051..3c7bb953b 100644 --- a/samples/azure-functions/typescript/README.md +++ b/samples/azure-functions/typescript/README.md @@ -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 /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. \ No newline at end of file diff --git a/samples/azure-functions/voting/README.md b/samples/azure-functions/voting/README.md index 17925ca71..94b6bfe8d 100644 --- a/samples/azure-functions/voting/README.md +++ b/samples/azure-functions/voting/README.md @@ -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. \ No newline at end of file