-
Notifications
You must be signed in to change notification settings - Fork 5.8k
APIM: Public network access disable for Internal Virtual Network Model #24947
Copy link
Copy link
Open
Labels
Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
I have an Azure APIM that configured with Internal Virtual network mode. I dont have any private endpoint configured because my APIM is already private with the network configuration (internal mode). I could see the
public accessis enabled . I dont know what it means exactly - Does it mean my API deployed inside from APIM or the Gateway URL which i configured with private dns can be accessed public ?Anyhow just to prevent anything to go public access. I'm trying to change the public access to Disable. But i couldnot able to do that I'm getting the error like below
with 400 Bad request
I used azure cli for the updates. Internally the azure cli used the
api-version=2022-08-01