Matt Boothman

Results 8 comments of Matt Boothman

Found App Configuration just yesterday and was a bit disappointed that it has no app service integration in this way. OP's example - `@Microsoft.AppConfiguration(ConfigurationUri=https://my.azconfig.io/configs/mykey/mylabel)` - would make AppConfiguration much more...

~~But... I'd like to suggest an alternative:~~ - ~~For Key Value pairs: `@Microsoft.AppConfiguration(KeyValueUri=https://my.azconfig.io/configs/mykey/mylabel)`~~ - ~~For Feature toggles: `@Microsoft.AppConfiguration(FeatureToggleUri=https://my.azconfig.io/features/kyKey/mylabel)`~~ Scratch that, just realised the URI would point to either configs or...

I'm wondering if recursive resolution might be possible for this, also? So if my App Configuration reference was to return a key vault reference, if that could then be resolved...

How can a token be fetched via Get-AzAccessToken for use with HTTP requests to configure store endpoints?

When can we have this? I can't use `Get-AzAccessToken`, I can't mix azure cli with azure pwsh in pipeline without a load of faff. It's been a long while since...

> `Get-AzAccessToken` only supports Azure resource management (management plane) endpoints. Please log feature request to https://github.com/Azure/azure-powershell/issues/new/choose I'm not sure this is really true. I've used it for a bunch of...

Hey @recao I’m a customer actively using the product, requesting the feature.