This commit is contained in:
Cesar De la Torre 2017-08-14 15:42:01 -07:00
commit 0e5f384846
2 changed files with 3 additions and 3 deletions

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). 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 create-resources.cmd azurefunctions\azurefunctionsdeploy newResourceGroup -c westus
``` ```
## Deploy Marketing azure function with Visual Studio. ## 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 ## Setting Azure function configurations

View File

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