Showing results for March 2021 - Developer Support

Mar 30, 2021
0
0

Using COPY command with Azure Synapse Analytics SQL Dedicated Pool

Developer Support
Developer Support

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

Developer Support
Developer Support

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?

Developer Support
Developer Support

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

Developer Support
Developer Support

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

Developer Support
Developer Support

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

Developer Support
Developer Support

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