Suraj Somanisurajsomani.hashnode.dev·Nov 7, 2024Azure APIM policy samples - Part 2Below are some additional samples of commonly used API management policies that can be useful. Caching a specific key value The cache-store-value performs cache storage by key. The key can have an arbitrary string value and is typically provided usin...DiscussAzure API ManagementAzure API Management
Dhruvil Joshidhruvilblog.hashnode.dev·May 28, 2024Connect Your Applications and Data With Azure Integration ToolsImagine your business applications, data sources, and cloud platforms operating in perfect harmony, seamlessly exchanging information and executing complex processes with effortless synchronicity. This harmonious digital ecosystem is no longer a mere...Rachael Grey and 1 other are discussing this2 people are discussing thisDiscuss·20 likesAzure
Prakhar Kumarprakhartechinsights.hashnode.dev·Apr 12, 2024Exploring Different Hosting Methods for NLP Systems and Exposing Them as APIsHosting natural language processing (NLP) systems and exposing them as APIs is essential for integrating NLP capabilities into various applications. In this blog post, we'll explore different hosting methods for NLP systems and guide you through expo...Discuss·47 readsNLP Blogs by PrakharGoogle Cloud Endpoints
Sanjay Bhagiabhagiasanjay.hashnode.dev·Oct 14, 2023Handling Order Processing with Azure API Management and Service Bus TopicsImagine we are are a dropshipping supplier for e-commerce stores around the world. Clients receive orders from their end-customers and forward them to our backend to process and deliver them. We are going to automate the process of receiving orders b...DiscussAzure
Jason BerberichProberberich.dev·Jun 9, 2023Azure API Management Feature RoundupThere have been a bunch of new releases and feature enhancements to the Azure API Management service over the last year, so it can be hard to keep track of everything. Here's my attempt to get you up-to-date as of mid-June 2023. In addition, here are...Discuss·164 readsAzure
Suraj Somanisurajsomani.hashnode.dev·May 16, 2023Azure APIM authorizations- configure Azure Active Directory as identity provider and fetch token dynamically in APIM policyRecently, Microsoft made API Management Authorizations feature generally available. This feature provides the capability to configure OAuth 2.0 authorization with various identity providers and fetch access token in your APIM policy without writing a...Discuss·108 readsAzure API ManagementAzure
Suraj Somanisurajsomani.hashnode.dev·May 6, 2023Azure APIM policy samples - Part 1Below are some samples of commonly used API management policies that can be useful. Get access token from APIM Authorizations and add it to the request header Create authorizations in APIM. Note provider name and authorization name are configured he...Discuss·1 like·500 readsAzure API ManagementAzure API Management
João Correiajpjcorreia.hashnode.dev·Mar 2, 2023Azure API Management and Application Gateway: An IntroductionThe transition to cloud-based services by current businesses and organizations opens a new way and necessity of publishing and consuming data for enabling new services, digital experiences and applications, either for internal or external usage, whic...Discuss·822 readsSecure and Scale APIs with Azure API Management and App Gateway IntegrationAzure
Favour William forCloud Computing Team blogcloudcomputingteam1.hashnode.dev·Oct 7, 2022Creating an API without the backend service on AzureIn week 4 of the Side hustle bootcamp, we were required to create an API within the API Management Service in Azure. An API (Application Programming Interface) is a software intermediary that enables two or more computer programs or software compone...Discuss·64 readsAPIs
Markus Meyermarkusmeyer.hashnode.dev·Jun 22, 2022Deploying OpenAPI in Azure API Management with TerraformAn OpenAPI definition has to be deployed to API Management. The deployment is done with Terraform. Will an updated OpenAPI definition also update API Management API and operations? The entire code can be found in GitHub https://github.com/PlanBGmbH/u...Discuss·2.3K readsAzure