Skip to content

Commit 0e5f384

Browse files
2 parents a3fad61 + 39cabf7 commit 0e5f384

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/az/azurefunctions/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ You can edit the `azurefunctionsdeploy.parameters.parameters.json` file to set y
1010

1111
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
1212

13-
i. e. if you are in windows, to deploy sql databases in a new resourcegroup located in westus, go to `deploy\az` folder and type:
13+
i. e. if you are in Windows, to deploy the Azure Functions environment in a new resourcegroup located in westus, go to `deploy\az` folder and type:
1414

1515
```
1616
create-resources.cmd azurefunctions\azurefunctionsdeploy newResourceGroup -c westus
1717
```
1818
## Deploy Marketing azure function with Visual Studio.
1919

20-
Alternatively, instead of using ARM templates, you can deploy Marketing azure function directly by publishing the project Marketing-functions in eShopOnContainers-AzureFunctions.sln with Visual Studio publish tool.
20+
You need to deploy the Marketing azure function from Visual Studio 2017 15.3 from the the Marketing-functions project in the solution eShopOnContainers-AzureFunctions.sln (Visual Studio publish tool).
2121

2222
## Setting Azure function configurations
2323

deploy/az/redis/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ be set is:
1515

1616
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
1717

18-
i. e. if you are in windows, to deploy sql databases in a new resourcegroup located in westus, go to `deploy\az` folder and type:
18+
i. e. if you are in windows, to deploy a Redis cache in a new Azure Resource Group located in westus, go to `deploy\az` folder and type:
1919

2020
```
2121
create-resources.cmd redis\redisdeploy newResourceGroup -c westus

0 commit comments

Comments
 (0)