Posts by this author

Mar 30, 2021
0
0

Using COPY command with Azure Synapse Analytics SQL Dedicated Pool

Azure Synapse Analytics includes many features and capabilities, among those is the COPY command which makes copying data into a data warehouse very easy. This video will walk you though using the COPY command to import data into a data warehouse table for use by data consumers.

Azure SynapseOrrin Edenfield
Mar 29, 2021
0
0

Adding source control to Azure Synapse Analytics Studio

Most users of Azure Synapse Analytics will need to use it within a team environment, as such using source control to handle multiple users writing code and building processes in the service will be needed. Thankfully Synapse Analytics Studio includes built-in support for 2 of the most popular Git service providers – GitHub & Azure DevOps.

Azure SynapseOrrin Edenfield
Mar 25, 2021
0
0

To B2B or to B2C?

While one uses B to signify it’s focus on business partnerships, while the other uses C for consumers, at the end of the day either can be used to accomplish roughly the same access. My intent here is to focus on what I see as the fundamental difference; one that is most likely to drive the appropriate choice of technology.

Marius RochonB2CB2B
Mar 24, 2021
0
0

No Batch No Problem

This post will go over how to expand sub-properties of an OData REST API request without using a batch request. This will be useful in SharePoint 2013+ On-Premise environments where the batch request is not available.

SharePointRESTOData
Mar 23, 2021
0
0

Dangling DNS and Subdomain Takeovers

This post explores what is commonly referred to as a “Dangling DNS Subdomain Takeover” and why you never delete a resource that backs a CNAME entry in your DNS without first redirecting or removing the CNAME record first.

AzureAzure DNS
Mar 22, 2021
0
0

Calling a Helper API in an Azure APIM Inbound Policy

With Azure APIM, you can completely control how developers consume your services. Through policies, you can transform data, validate requests, integrate backends, and probably cook the world's best cheeseburger. This powerful feature enables complex systems and architectures to be seamlessly connected, ensuring your data and process stay safe.

AzureAzure API ManagerBryan Soltis
Feb 24, 2021
0
0

Managing ADX Data with .NET Core and Azure B2C

In this article, I wanted to show how you can create a custom .NET Core web app to access and manage ADX data. For additional demonstration, I showed how to authenticate with Azure B2C, leverage Dependency Injection and Caching, as well as integrate with a custom API for filtering.

.NET CoreBryan SoltisAzure Data Explorer
Feb 4, 2021
1
0

Calling an API in Power Apps Portals using JavaScript

The Microsoft Power Apps Platform allow you to build powerful and stylish applications quickly, all from within the browser. By integrating your business systems and APIs, you can expose functionality to users quickly, secure it with your favorite Identity Provider, and have something to show off at the next family reunion.

Power AppsJavaScriptBryan Soltis