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: {}