Microsoft.ApiManagement/service - Slow when updating #25384
Unanswered
cmptscpeacock
asked this question in
Q&A
Replies: 1 comment
-
To streamline APIMS deployment:
This approach avoids unnecessary updates and reduces deployment time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I've deployed an API Management Service (APIMS). It takes anywhere from 10 mins-1 hour to deploy. Then, as I want a private connection I deploy that using the Resource ID of the APIMS. This then updates the APIMS so more waiting is needed.
However, I also found an issue in that if you want to set publicNetworkAccess to "Disabled" you can only do this if you first deploy the APIMS with publicNetworkAccess to "Enabled", then deploy the private connection, then you can update the APIMS to publicNetworkAccess to "Disabled". You cannot set publicNetworkAccess to "Disabled" unless there is a private connection in place.
Any suggestions on how to deploy the APIMS in a more efficient way without having to update it (and wait) each time?
Beta Was this translation helpful? Give feedback.
All reactions