You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Database has been deployed successfully!
161
161
162
162
Before starting the solution locally, you have to configure the Azure Function that is used to provide the backed API. In the `./api` folder create a `local.settings.json` file starting from the provided template. All you have to do is update the connection string with the value correct foryou solution. If have created the Azure SQL database as described above you'll have a database named `todo_v3`. Just make sure you add the correct server namein the `local.settings.json`. The database name, user login and password are already setin the template file to match those used in this repository and in the `./database/sql/01-create-objects.sql` file.
163
163
164
-
To run Azure Functions locally, you also need a local Azure Storage emulator. You can use [Azurite](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio) that also has a VS Code extension.
164
+
To run Azure Functions locally, you also need a local Azure Storage Emulator. You can use [Azurite](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio) that also has a VS Code extension.
165
165
166
166
Make sure Azurite is running and then start the Azure Static Web App emulator:
0 commit comments