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

Unable to use App Configuration from DevOps build pipeline #202

Closed
calloncampbell opened this issue Nov 28, 2019 · 7 comments
Closed

Unable to use App Configuration from DevOps build pipeline #202

calloncampbell opened this issue Nov 28, 2019 · 7 comments
Assignees

Comments

@calloncampbell
Copy link
Contributor

calloncampbell commented Nov 28, 2019

After installing https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task&ssr=false#overview I tried to incorporate Azure App Configuration into my DevOps build pipeline.

Expected behavior:

  • Select Azure Subscription (and authorize)
  • Select Azure App Configuration

Actual behaviour:

  • Select Azure Subscription (and authorize) without issue
  • No values in Azure App Configuration dropdown

image

image

@zhenlan
Copy link
Contributor

zhenlan commented Nov 29, 2019

@calloncampbell can you please confirm you do have App Configuration stores already created under the selected subscription and you have owner permission to them?

@zhenlan
Copy link
Contributor

zhenlan commented Nov 29, 2019

@Yiming-Jia, any other suggestions?

@Yiming-Jia
Copy link
Contributor

Hello @calloncampbell ,

I'm sorry for the inconvenience. Currently I'm not able to reproduce this issue under our testing build pipeline. Could you provide more information about this?

One thing could give us more details is that if you open Developer Tools (for Edge/Chrome) or Web Developer (for Firefox) and monitor the network request. When clicking the refresh button for App Configuration name, you could see a request with a similar endpoint to this https://dev.azure.com/AppConfig-Test/518f0f28-9bcd-449a-93f3-d9d363967fa6/_apis/serviceendpoint/endpointproxy?endpointId=1157659f-b6f8-46c0-b1e9-3252693c49c8. And under this response, it gives all the App Configuration names under the subscription you selected.

Another thing you could confirm is that the service connection in the build pipeline needs to be authorized for the subscription. For example, I have my selected service connection as a contributor role for the whole subscription.

Please let me know if you find more details.

@calloncampbell
Copy link
Contributor Author

calloncampbell commented Nov 29, 2019 via email

@Yiming-Jia
Copy link
Contributor

Hello @calloncampbell ,

What you replied helped us to locate the bug in Azure App Configurationextension. And we'll have a fix by today and keep you updated when the fix released.

@Yiming-Jia
Copy link
Contributor

Hello @calloncampbell ,

The fix has just released. Could you please try it in your end? Thanks.

@calloncampbell
Copy link
Contributor Author

Hi @Yiming-Jia and thanks for the fix. Yes I can confirm that it works now. I appreciate the quick turnaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants