Cesar De la Torre 7 years ago
parent
commit
0e5f384846
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      deploy/az/azurefunctions/readme.md
  2. +1
    -1
      deploy/az/redis/readme.md

+ 2
- 2
deploy/az/azurefunctions/readme.md View File

@ -10,14 +10,14 @@ You can edit the `azurefunctionsdeploy.parameters.parameters.json` file to set y
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
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:
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:
```
create-resources.cmd azurefunctions\azurefunctionsdeploy newResourceGroup -c westus
```
## Deploy Marketing azure function with Visual Studio.
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.
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).
## Setting Azure function configurations


+ 1
- 1
deploy/az/redis/readme.md View File

@ -15,7 +15,7 @@ be set is:
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
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:
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:
```
create-resources.cmd redis\redisdeploy newResourceGroup -c westus


Loading…
Cancel
Save