Skip to content

Commit df0a2f0

Browse files
author
Sychev Igor
committed
make servicebus deployment more accurate and self descriptable
1 parent 963a39e commit df0a2f0

2 files changed

Lines changed: 9 additions & 18 deletions

File tree

deploy/az/servicebus/readme.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The ARM template `sbusdeploy.json` and its parameter file (`sbusdeploy.parameters.json`) are used to deploy following resources:
44

55
1. One Service Bus namespace
6-
2. One Service Bus
6+
2. One Service Bus topic
77
3. Subscriptions used by application
88

99
## Editing sbusdeploy.parameters.json file
@@ -17,17 +17,8 @@ be set is:
1717

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

20-
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:
20+
i. e. if you are in windows, to deploy servicebus in a new resourcegroup located in westus, go to `deploy\az` folder and type:
2121

2222
```
2323
create-resources.cmd servicebus\sbusdeploy newResourceGroup -c westus
24-
```
25-
26-
27-
28-
29-
30-
31-
32-
33-
24+
```

k8s/conf_cloud.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ metadata:
66
app: eshop
77
data:
88
# Basket.API entries
9-
BasketBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
9+
BasketBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
1010
BasketRedisConStr: REDIS CONNECTION STRING FOR BASKET
1111
# Catalog.API entries
12-
CatalogBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
12+
CatalogBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
1313
CatalogSqlDb: Catalog SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
1414
# Identity.API entries
1515
IdentitySqlDb: Identity SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
1616
# Locations.API entries
17-
LocationsBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
17+
LocationsBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
1818
LocationsNoSqlDb: Locations MongoDb ConnectionString
1919
LocationsNoSqlDbName: Locations MongoDb database (LocationsDb)
2020
# Marketing.API entries
21-
MarketingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
21+
MarketingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
2222
MarketingNoSqlDb: Marketing MongoDb ConnectionString
2323
MarketingNoSqlDbName: Marketing MongoDb database (MarketingDb)
2424
MarketingSqlDb: Marketing SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
2525
# Ordering.API entries
26-
OrderingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
26+
OrderingBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
2727
OrderingSqlDb: Ordering SQL SERVER CONNECTION STRING (Server=xxxx;Intial Catalog=yyy;....)
2828
GracePeriodManager_GracePeriodTime: "1"
2929
GracePeriodManager_CheckUpdateTime: "15000"
3030
# Payment.API entries
31-
PaymentBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX in case of using Azure)
31+
PaymentBus: CONNECTION_STRING (NAME OF RABBITMQ CONTAINER OR Endpoint=sb://XXXX for topic in case of using Azure)
3232
# Global entries
3333
UseAzureServiceBus: "TRUE" IF USE AZURE SB ("FALSE" FOR USING RABBITMQ)
3434
keystore: REDIS CONNECTION STRING FOR KEYSTORE

0 commit comments

Comments
 (0)