зеркало из https://github.com/SteeltoeOSS/Samples.git
Review feedback: switch to "mini" plan for CosmosDB
This commit is contained in:
Родитель
7c0a015902
Коммит
d38e62564d
|
@ -21,7 +21,7 @@ ASP.NET Core sample app illustrating how to use [Steeltoe CosmosDB Connector](ht
|
|||
You must first create an instance of the CosmosDB service in an org/space.
|
||||
|
||||
1. `cf target -o your-org -s your-space`
|
||||
1. `cf create-service csb-azure-cosmosdb-sql small myCosmosDbService`
|
||||
1. `cf create-service csb-azure-cosmosdb-sql mini myCosmosDbService`
|
||||
|
||||
## Publish App & Push to CloudFoundry
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@ def setup(context):
|
|||
cf.delete_app(app)
|
||||
# create service
|
||||
service = 'csb-azure-cosmosdb-sql'
|
||||
plan = 'small'
|
||||
plan = 'mini'
|
||||
instance = 'myCosmosDbService'
|
||||
cf.create_service(service, plan, instance)
|
||||
|
|
Загрузка…
Ссылка в новой задаче