-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue#918
- Loading branch information
Showing
12 changed files
with
289 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
apiVersion: azure.microsoft.com/v1alpha1 | ||
kind: CosmosDB | ||
metadata: | ||
name: cosmosdb-sample1908xyzkj | ||
name: cosmosdb-sample-1 | ||
spec: | ||
kind: GlobalDocumentDB | ||
location: westus | ||
resourceGroup: resourcegroup-azure-operators | ||
properties: | ||
databaseAccountOfferType: Standard | ||
enableMultipleWriteLocations: false | ||
# optionally set the mongoDBVersion to "3.2" or "3.6", if omitted the default is "3.2" | ||
# NOTE: kind must be set to MongoDB for this to take effect | ||
#mongoDBVersion: "3.6" | ||
|
||
#optional for network rule set | ||
# isVirtualNetworkFilterEnabled: true | ||
# virtualNetworkRules: | ||
# - subnetId: /subscriptions/{subscription_id}/resourceGroups/{resourcegroup}/providers/Microsoft.Network/virtualNetworks/{vnet_name}/subnets/{subnet_name} | ||
# ignoreMissingServiceEndpoint: false | ||
|
||
|
||
# Use the field below to optionally specify a different keyvault | ||
# to store the connectiong string secrets in | ||
#keyVaultToStoreSecrets: asoSecretKeyVault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.