Skip to content
  • 8am - 5pm EST
  • ask@betarover.com
  • 1-833-599-BETA (2382)
BetaRover Inc
  • HOME
  • ABOUT US
    • JUMPING JIVE PRESS
  • ROVING THOUGHTS BLOG
  • SERVICES
  • CONTACT
  • HOME
  • ABOUT US
    • JUMPING JIVE PRESS
  • ROVING THOUGHTS BLOG
  • SERVICES
  • CONTACT

Category Archives: API Management

  • Home
  • Archive by category "API Management"
  • ( Page2 )

Category: API Management

Implementing Rate Limits With Azure APIM

Greg Thomas April 1, 2025 API Management , Azure 0

One of the strongest, simplest, yet little used features of Azure APIM is throttling. Depending on your user base, the deployment of your APIM is inevitably based on some level of trust. But as we all know, once people get a taste of how great your code is, they are going to want it all … Read More

Customing Your APIM Responses Part 2

Greg Thomas March 27, 2025 API Management , Azure 0

In our previous post, we talked about how you can customize your APIM response by getting into the body and customizing your response object payload. But what if you wanted to get fancier and use custom Response codes and status reasons for what occurred? You can do this with APIM. In the below code snippet, … Read More

Customizing your APIM Responses

Greg Thomas March 25, 2025 API Management , Azure 0

In our previous examples, we were connecting APIM to Dataverse to get data. That’s great, but what if when accessing that data, you don’t want to return everything to the user and/or you want to abstract the data source you are coming from? Within the Dataverse, the first step is to ensure the data you … Read More

Updating Records with Azure APIM to Dataverse

Greg Thomas March 18, 2025 API Management , PowerApps 0

Now that we can add records to the Dataverse, the next logical step is to update those existing records. In this scenario, we have a record that already exists so we are going to use the PATCH protocol to update our record. As this record already exists, we are going to be appending our as … Read More

Adding Records with Azure APIM To Dataverse

Greg Thomas March 11, 2025 API Management , PowerApps 0

Azure APIM is great for creating a simplistic interface for your users to get data but you can also achieve the same goal when it comes to inserting data into your environment. Note: The example below assumes you have an Azure APIM instance set up and are connected to Dynamics. If you don’t, go look … Read More

Using Azure Key Vault with Azure APIM

Greg Thomas February 25, 2025 API Management , Azure 0

On of the great things in Azure APIM is that you can use Named Values to store configuration values for your policies in a central location. You can store these as plain text (not bad), Secrets (better), or have them managed separately in an Azure Key Vault (the best). I say the best for AZ … Read More

Filtering Data with APIM and Dataverse

Greg Thomas February 18, 2025 API Management , Azure , PowerApps 0

In our previous post on setting up Dynamics/Dataverse to connect with Azure APIM, we looked at how to get data from Dynamics through APIM. That’s great, but what we’re trying to simplify for your users is how to filter data through a well-defined API. Going back to our Contact example, I’m going to create a … Read More

Getting Started with Azure API Management with PowerApps

Greg Thomas February 13, 2025 API Management , PowerApps 1

Using Azure’s API Management Gateway (APIM) is a great way to offer access to your Dataverse/Dynamics/PowerApps environment and simplify access through a simplified programming interface. There is a great blog post on how to set up your Azure APIM environment to connect to Dynamics available here. The article is a great Getting Started, in my … Read More

Accessing your Azure APIM Event Hub Logs

Greg Thomas January 10, 2025 API Management 0

When I had initially configured my Azure APIM Logging to an Azure Event Hub, I thought viewing my logs would be very straightforward.  Turns out there were a few things I had to go through. Find your Azure Event Hubs Your Azure Event Hubs are located within your Azure Event Hub Namespace. Validate that Messages … Read More

Configuring Azure Event Hub Logging with API Management Gateway

Greg Thomas January 3, 2025 API Management 0

A while back I had to integrate logging for my Azure APIM Integration that enabled logging outside of APIM (to be picked up by different groups) and logged information to separate locations. To accomplish this task, I leveraged Azure Event Hubs for storing the logs and have outlined the steps below.  The high-level steps for … Read More

Posts pagination

1 2

Categories

  • AI
  • API Management
  • Architecture
  • Azure
  • Customer Insights
  • DevOps
  • Dynamics365
  • GIT
  • JIRA
  • PowerApps

Recent Articles

  • Power Automate AI Hub and Prompts
  • CI Deployments with Node.js Azure Functions
  • Using AI Builder with PowerAutomate for Sentiment Analysis and Text Extraction
  • Pull Requests with GIT Connections and PowerApps
  • TypeScript and Powerapps – Part 3 – Deploying Files

Subscribe and never miss a post.

Check your inbox or spam folder to confirm your subscription.

Copyright © 2025 BetaRover Inc