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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ If you need any help in executing the SQL script, you can find a Quickstart here
57
57
58
58
## Run sample locally
59
59
60
-
Make sure you have [.NET Core 3.0](https://dotnet.microsoft.com/download) SDK installed on your machine. Clone this repo in a directory on our computer and then configure the connection string in `appsettings.json`.
60
+
Make sure you have [.NET Core 3.0](https://dotnet.microsoft.com/download) SDK installed on your machine. Clone this repo in a directory on your computer and then configure the connection string in `appsettings.json`.
61
61
62
62
If you don't want to save the connection string in the `appsettings.json` file for security reasons, you can just set it using an environment variable:
@@ -128,7 +128,7 @@ Now that your REST API solution is ready, it's time to deploy it on Azure so tha
128
128
129
129
-[Create an ASP.NET Core app in App Service on Linux](https://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-dotnetcore)
130
130
131
-
The only thing you have do in addition to what explained in the above articles is to add the connection string to the Azure Web App configuration. Using AZ CLI, for example:
131
+
The only thing you have do in addition to what explained in the above article is to add the connection string to the Azure Web App configuration. Using AZ CLI, for example:
132
132
133
133
```bash
134
134
appName="azure-sql-db-dotnet-rest-api"
@@ -143,7 +143,7 @@ az webapp config connection-string set \
143
143
144
144
Just make sure you correctly set `$appName` and `$resourceGroup` to match your environment and also that the variable `$ConnectionStrings__DefaultConnection` as also been set, as mentioned in section "Run sample locally".
145
145
146
-
An example of a full script that deploy the REST API is available here: `azure-deploy.sh`.
146
+
An example of a full script that deploys the REST API is available here: `azure-deploy.sh`.
0 commit comments