Is it possible to have a centeralized microsoft support for landing zones? if so, could you please advice on how to create this?
Related
I need to add pages (kind of static web pages) in Azure APIM Developer Portal to display documentation. Is there any tutorial to explain how to achieve it?
Is there a way I can read the text content from REST API calls and populate the pages in Dev portal?
I believe the issue is more or less similar to this where you are trying to update documentation properly at Azure Api Managment developer portal.
In that case, as mentioned in the thread, you can try with swagger but in APIM portal it might not work immediately. Microsoft product team has confirmed that they working on improvig support for OpenAPIv3. The ETA is about end of September.
However, you may also check the self-hosted gateway feature
The self-hosted gateway feature expands API Management support for hybrid and multi-cloud environments and enables organizations to efficiently and securely manage APIs hosted on-premises and across clouds from a single API Management service in Azure.
Overview
I can get available regions for any Azure service using this page
https://azure.microsoft.com/en-us/global-infrastructure/services/?products=storage
Is any API (REST for example or c#) to get this information programmatically?
Thanks.
NO, There is no API option currently available to get those services. You can provide your own feedback or requirement to get the support from the Azure Team.
Does anyone know of instances where APIM developer Portal is being used in Production ?
For APIGEE I could see this link
https://devportalawards.org/
Do we have something similar to this for APIM developer portal
WOW (Weather Observations Website) uses Azure's API Management https://mowowprod.portal.azure-api.net/documentation/how-to-connect-to-wow-api
Here are some other companies that use the APIM developer portal. https://idatalabs.com/tech/products/azure-api-management
Let me know if this is what you are looking for.
You can find your own developer portal link on APIM instance. Please refer the image.
But you can't find the developer portals of others in one single place.
Below link will show you the customer list of Azure APIM,
https://azure.microsoft.com/en-us/case-studies/?service=api-management2
Thanks,
Infaaz
I have a web app hosted in Azure, i need to allow the website to be browseable only from specific countries. Is there any config settings that can be done to restrict the countries in azure.
Azure websites don't have an geo filtering built in, however the Azure CDN provider does have geo filtering so that might be something to look at. Still an extra cost, but not as bad as a WAF.
You can leverage Geolocation feature which is part of one of the new preview services called Azure Maps. You can find more details about the same at Azure Maps
Thanks,
Praveen
I'm trying to use Azure Functions to get Sharepoint files URLs in order to download them on a Portal.
I'm working on Dynamics 365 CRM and Portals, with an Online Sharepoint and an Azure account.
Could you help me finding how to access Sharepoint files through the Azure Functions ?
Thanks for your help.
Asconoid
I would personaly make use of the Sharepoint REST API's. Make sure to think about the security aspect of this kind of function, since you might be creating a huge security and trust issue if you decide to use a service principal to access those sharepoint documents without validation of the client who is calling the function.
Sharepoint REST API's