We have three app services under GCC cloud, and we have a centralized app service under INT which we want to
- Send event to those GCC cloud app services to trigger a sequence of webjobs .
- These webjobs will produce some files under their corresponding storage account. We hope to sync those files to our centralized app service.
- We will publish new updates as monthly iterations in our centralized app service, and we want to sync these validated files to those three app services under GCC cloud.
And now I am stuck because I've heard that cross-cloud events were prohibited. Are there alternatives for us to achieve this? These processes are time-consuming and too frequent which involve so much dev time, hence we want to streamline the process and allow our content creator to do it on their own.