@azure/app-configuration problem using VPN #32613
Labels
App Configuration
Azure.ApplicationModel.Configuration
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
Having a VPN activated when I read from App Config I receive an error. See context. This doesn't happen without VPN. In order to exclude VPN from the possible list of failures I did the same with using
@azure/storage-blob
.So as soon as a VPN is deactivated both the
@azure/app-configuration
and@azure/storage-blob
works as expected. But as soon as the VPN is activated@azure/app-configuration
fails to read the configuration settings.Do you have suggestions how to solve this problem? When doing remote work this might be a blocker.
To Reproduce
Expected behavior
The error added under Additional context doesn't occur.
Additional context
The text was updated successfully, but these errors were encountered: