Appconfiguration: Connecting To Azure App Configuration From Different Tenant

Created on 20 Apr 2021  路  2Comments  路  Source: Azure/AppConfiguration

Hello Team,

I'm from internal team in commerce and we are trying to push app config through pipeline. Our pipeline resides on MSFT tenant while our App Config is on the other one due to production requirements. But we noticed that using App Configuration requires a service connection connecting the two tenants which I have problem building. So could you help me with whether is this kind of connection supported, and if it is how should I set it up? Thank you! My apologies if this is not the best place to ask and it would be good if you can point me to the right poc. BTW we can share more details if there is an internal office hour I can join if available, thanks again!

Best,
Sheeran

Azure Pipelines question

All 2 comments

Hello Sheeran,

I'd like this is a very common issue by using a crossing tenant service connection and Azure pipeline. Currently, we don't have a plan to support ConnectionString, as Service Connection is the behavior that keep consistency with other Azure pipeline tasks.

To config a Azure pipeline in different tenant, I think you need to know the tenant id that your App Config located. I tried the Service connection from the Azure pipeline portal by using Azure Resource Manager as the type, it asks me the tenant id, and service principal details. My understanding is that Service connection is not coupled with the pipeline you build, you can you different Service connection and task in each step.

Let me know if that answered your questions.

Thanks,
Yiming

Hey Yiming, thank you for the instructions and it worked pretty well! I've created a service principle and use the manual resource manager set up instead of the automatic option listed here. So just my free bit of advice, it would be good to include manual setup as shown here in this document. Thanks again for the quick response and App Config is indeed handy to use. 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xin9le picture xin9le  路  4Comments

TheReaLee picture TheReaLee  路  5Comments

WarrenFerrell picture WarrenFerrell  路  5Comments

David-Stark picture David-Stark  路  5Comments

funkysi1701 picture funkysi1701  路  7Comments