How to Monitor O365 Management Activity API Usage Trends to Avoid API Rate Limits?
Hi, I am using the O365 Management Activity API to retrieve logs and track activity within my Microsoft 365 tenant. However, I want to analyze API usage trends to avoid running jobs during peak periods and prevent hitting API request…
Azure API URL Whitelist Acceptance Questions
For the *.core.windows.net and *.vault.azure.net URLs in the Azure API URL Whitelist, Whitelist registration is required individually, not *. May I know the list of URLs that need to be allowed for that URL?
431 RequestHeaderFieldsTooLarge when calling certain Azure Open AI models via APIM
We're calling Azure Open AI from Power Automate to do chat completions. Because the model we're using (gpt-35-turbo-16k 0613) will be retired soon, we're trying different models, however they all fail with 431 RequestHeaderFieldsTooLarge. This only…
When will APIM workspaces be available in Azure West Europe
When will APIM workspaces be available in Azure West Europe
Imposible to delete Azure API Management - Standard V1
I can't delete APIM Standard V1 instances. The stv1 instances are no longer supported by Microsoft. I have upgraded all the APIM instances to stv2 but can't get rid of old stv1 instances. It always in "Deletefailed" state. I have tried…
Azure API Management Service does not update email settings.
We have an API Management Service instance that we want to change the email settings for. I followed these instructions: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-configure-notifications#configure-email-settings And the…
PUT and DELETE methods return 404 in API Management
In all APIs created in API Management (APIM), resources with PUT and DELETE methods return a 404 error, indicating that the resource does not exist. However, the GET and POST methods work perfectly. When calling the backend directly, which is hosted on…
How to get API Management logs for WebSockets - ApiManagementWebSocketConnectionLogs?
We have a client that has been calling an API through APIM for over a year. This week they started getting handshake errors for most, but not all, of their requests to this endpoint. We have not made any changes on our end, and if we make calls from…
How to user details of a user from Azure storage via emailId, get all users of a group.
I want to know is there any way to get user details of a user by providing user emailId via Azure Management Api's. Any azure api to fetch groups and members of that groups?
APIM API - CPU and Memory Utilization
Hi Team, Is it possible to know particular API CPU and memory utilization in APIM. If so could you please let me know if there are any references? Thanks Krupa G
Can we directly call Microsoft server API's by creating custom controls from UI ?
We have an JavaScript, HTML based application integrated with custom policies of Azure Active Directory B2C. Currently we are relying on Microsoft template and modifying the elements from Script side in UI. As per Current implementation we are triggering…
Calculate metrics based on APIM API prodcut
Hi Team, While creating shared dashboard for each API in APIM. I see issues with product based grouping. To calculate health(uptime, error rate) , Performance metrics (response time, latency ) and Success/failures rate percentage metrics for each API…
Azure API Management: Automatic Sign-In Issue After Signing Out
In Azure API Management, users are able to log in via Azure AD B2C. However, an issue occurs after they sign out and attempt to log in again. Upon being redirected to the sign-in page and pressing the Azure AD B2C button, users are automatically logged…
Making Outbound Connections from an Azure APIM Instance in a Private Subnet
An Azure API Management (APIM) instance is deployed in a private subnet and is publicly accessible through Azure Application Gateway. What are the recommended methods to establish outbound connections to a public backend API from this private APIM…
API Management stuck on activating status
Trying to deploy new API management instance, but it is stuck on Activating status for a long. Also, got the error message at time of the…
Can't copied sample request and response API
Hi, I copied the API from environment development to environment production, but why are all the sample requests and responses missing in environment production? Environment Development Environment Production
Self-Hosted-Gateway-V2 custom domain support workaround
Since, we cannot use public domain as per our context, we are using custom domain for integrating APIM and self hosted gateway on private AKS cluster. During our POC, we observed that there is a limitation from Azure side, that it is not supporting…
Not able to filter groups/products by displayName via Resource Manager REST API
I am using Python azure-mgmt-apimanagemen package version 4.0.1 and trying to filter list of groups and products by their display names. I'm using the following code snippet: from azure.identity import DefaultAzureCredential from…
Remediation steps for API Management minimum API version should be set to 2019-12-01 or higher
I saw Microsoft offered to highlight the necessity of this remediation: the underlying cause for this recommendation is an issue identified with 2019-12-01 version where users with read-only permissions are able to view the service secrets. An…
Getting data through api for using it in prompt on my application
Hi, I want to use data which I'm getting from Api in my prompt, the data is present at client side and I can access it through Api, now I want to use that data for prompt, I want to fetch info from natural language to SQL, which I've done manually using…