We have multiple Azure applications that use shared microservices (Indexing, Indexing Management, etc) via git submodules. We deployed the first application without any problems, but when attempting to deploy the second application, the microservices where not created in the application.
As these microservices are submodules, they share the same ServiceManifest and have identical names and version numbers. Currently both are at the same commit, but in the future they can be independent of each other.
Is the shared name causing our deployment issues despite being in separate applications?