From 8e9a694e1858a36da84fde9c2d7cdbd8606f6ae6 Mon Sep 17 00:00:00 2001 From: fnaranjo Date: Tue, 6 Feb 2024 18:25:27 +0100 Subject: [PATCH] fix: example-test-spring-music-mongo-db-started-failing [#186981808](https://www.pivotaltracker.com/story/show/186981808) Related to PR: - https://github.com/cloudfoundry/csb-brokerpak-azure/pull/676 Previously, example-test named `spring-music-mongo-db` was working without issues. It seems `westus` location is starting to throw the same kind of issues now too. --- azure-mongodb.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-mongodb.yml b/azure-mongodb.yml index 339a886e..7b95d02b 100644 --- a/azure-mongodb.yml +++ b/azure-mongodb.yml @@ -229,7 +229,9 @@ examples: provision_params: { db_name: 'musicdb', collection_name: 'album', - shard_key: '_id' + shard_key: '_id', + unique_indexes: '', + indexes: '_id' } bind_params: {} - name: spring-music-mongo-db-alternate-rg @@ -243,4 +245,4 @@ examples: unique_indexes: '', indexes: '_id' } - bind_params: {} \ No newline at end of file + bind_params: {}