Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
This commit is contained in:
commit
0e5f384846
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user