Rakesh Kumar Sahurakesh-insights.hashnode.dev·Nov 24, 2024Azure Resource Management via API: Postman WorkflowThis guide explains authentication, resource creation, deletion, and backup management with Azure REST APIs using Postman. 1. Authentication To use Azure APIs, you must first obtain a Bearer Token. Follow these steps: POST: Generate Bearer Token UR...40 readsCloudAzure
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...Azure 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...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...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...Azure
Jason Berberichberberich.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...169 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...114 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...1 like·609 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...897 readsSecure and Scale APIs with Azure API Management and App Gateway IntegrationAzure
Favour William cloudcomputingteam1.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...65 readsAPIs