Azure - shared partition should not have same name as created partition
As for now the schema service does uses "opendes" as shared partition, in the azure architecture this will save schema records in the shared cosmosdb, this will cause duplication of schemas and will not allow to update anymore schemas until shared is properly defined in the properties:
shared.tenant.name=opendes
###
azure.system.sharedTenant=${shared.tenant.name}
If we use opendes, the records will be saved in the Shared cosmosdb, however, if we try to upload schemas, there are already opendes authority schemas and will not be able to update the schema.
I would suggest to use value osdu
for shared tenant.name, as most of the shared schema authority does have osdu.