Is it allowed to send cross-cloud event to trigger app service WebJobs?

Wen-Che Hsu 41 Reputation points
2022-06-13T18:40:21.673+00:00

We have three app services under GCC cloud, and we have a centralized app service under INT which we want to

  1. Send event to those GCC cloud app services to trigger a sequence of webjobs .
  2. These webjobs will produce some files under their corresponding storage account. We hope to sync those files to our centralized app service.
  3. 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.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
560 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,931 questions
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 18,361 Reputation points
    2022-06-15T18:33:38.187+00:00

    Thanks for reaching here! Since the connection to storage is dictated by a connection string there’s nothing from the network perspective that blocks cross cloud communication. The connection string has the necessary information for the webjob sdk or storage SDK to communicate with the endpoint.

    Let us know if further query on this.

    0 comments No comments

0 additional answers

Sort by: Most helpful