I have done some googling but couldn't get a confirmed answer for this:
Does Azure API management service provides a Static IP address? If not, how do i configure it?
Reason i am asking is because my on-premise server only accepts request from whitelisted IP address and therefore we need a static ip address from request coming from Azure API mana
it1352
2
2020-07-10
i have a question about securing access to azure App Services, i have two App services,
App service 1 and App service 2, my App service 1 is basically call my App service 2 , my App service 2 should be secured and allow access only from App Service 1 , i did used Ip Adress restrictions but my client said that its not enough so my question what can
it1352
0
2020-09-16
I have several Microsoft Azure functions developed.
I would like to use a gateway with firewall to make my Azure functions available and protected using one public IP only.
Is there way to use Azure Functions with Azure Application Gateway or API Management?
What would be the best approach in this case?
Solution Azure API management allows yo
it1352
1
2020-09-16
Is there an API in azure to find the properties of a role (and an instance role)? I'm looking for the instance size, and it is not available in the Azure Management API.
Solution VM size isn't exposed in the API, as you've already found out. As suggested by Neil Mackenzie here, you can call Environment.ProcessorCount from your Azure application, w
it1352
0
2019-05-08
I'm willing to log stuff from my Azure Api Management into an eventhub using policies.
I'm following this documentation : https://docs.microsoft.com/en-us/rest/api/apimanagement/logger/createorupdate
Here is my HTTP Request (using Postman):
PUT /subscriptions/3f0a0802-0a42-4a73-82b2-094d41acd70a/resourceGroups/GRP-Poc-BilanHydrique/providers/Mic
it1352
2
2020-09-14
I just want to be able to do a rest call using Azure Web Api Management without needing to pass the subscription-key in the url. Is that possible?
Solution Azure API management allows for anonymous subscriptions.
Create a Product without requiring a subscription (Product -> Settings -> Require Subscription)
Add your API to this product.
https://
it1352
0
2020-09-16
New to Azure and would like to know what the difference between Azure API Management and Logic Apps is.
Some pros and cons would be nice. Also what the costing for each of these is like.
Thanks
Solution Seems you want to know about Azure API Management and Azure Logic Apps
Well let me help you what that actually are...
Azure API Management
A
it1352
0
2020-09-17
When trying to call my azure data lake store space and list all directories , It fails to return any results during to missing CORS .The problem that I can't find any way to give the Azure DatalakeStore the CORS policy ( Not the same as Azure Storage )
Any workaround or solution for this ?
Solution Some of the services in Azure still doesn't have
it1352
0
2020-09-17
I have a backend API I want to proxy by using Azure API Management.
This backend API requires me to provide a Bearer Oauth2 token.
I want to use Azure APIM to handle the Oauth2 flows for me, and I want to expose a very simple API that will be consumed by client apps. I want to avoid my client App to use Oauth2.
How can I handle it with APIM? I foun
it1352
1
2020-09-05
I'm using azure service management REST API in my application. I uploaded the management certificate on azure and have a copy in local.
I keep the certification in a separate folder (AzureCertificate) in the application itself and referring to that location.
e.g:
string certificatePath = Server.MapPath("~/AzureCertificate/")
certificateNam
it1352
0
2019-05-08