Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Add Replica Discovery and Failover Support to the AzureAppConfiguration Azure DevOps Task #966

Open
bbrandt opened this issue Sep 13, 2024 · 2 comments
Assignees
Labels
Azure Pipelines enhancement New feature or request

Comments

@bbrandt
Copy link

bbrandt commented Sep 13, 2024

As @zhenlan has describe below, the App Configuration pipeline tasks currently don't have built-in support for replica discovery and failover. Please add this support natively to the ADO task so that each pipeline does not have to manually parameterize and manage their own list of replicas.

Edited. Original title and question below.

How Is DR/Failover/Automatic Replica Discovery Configured with the Azure DevOps Extensions?

If all my Azure Pipelines read config from the ADO task AzureAppConfiguration@8 and they point to an Azure App config resource in South Central US, if the entire South Central US region is down, how should I have AzureAppConfiguration@8 configured so that it fails over to one of my many geo-replicas?

@zhenlan
Copy link
Contributor

zhenlan commented Sep 13, 2024

The App Configuration pipeline tasks currently don't have built-in support for replica discovery and failover. We may consider adding these features in the future.

In the meantime, since each replica has its own endpoint, you can parameterize the App Configuration endpoint in the pipeline tasks. This allows you to switch to a different endpoint in case of an outage.

@zhenlan zhenlan self-assigned this Sep 13, 2024
@bbrandt bbrandt changed the title How Is DR/Failover/Automatic Replica Discovery Configured with the Azure DevOps Extensions? Please Add Replica Discovery and Failover Support to the AzureAppConfiguration Azure DevOps Task Sep 16, 2024
@bbrandt
Copy link
Author

bbrandt commented Sep 16, 2024

@zhenlan Thank you for the answer and the excellent workaround description. I have updated this question to be a request for the feature. I understand you will need to gauge interest, prioritize, etc, so this could be quite some time before any action is taken. Thanks!

@zhenlan zhenlan added enhancement New feature or request and removed question labels Sep 16, 2024
@zhenlan zhenlan assigned MaryanneNjeri and unassigned zhenlan Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure Pipelines enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants