How to utilize active geo-replication in Azure Cache for Redis

In an increasingly global and online world, the speed, availability, and consistency of data has never been more important. We’ve seen customers of all sizes take advantage of the outstanding performance of Azure Cache for Redis, but we’ve also heard y… Continue reading How to utilize active geo-replication in Azure Cache for Redis

Use the sample app generator to create code to ingest and query your data

The sample app generator is a tool that allows you to create a working app to connect to your cluster/database, create a table based on your source schema, ingest and query your data in your preferred programming language. The generated code refer… Continue reading Use the sample app generator to create code to ingest and query your data

How to troubleshoot PnsErrorDetailsUri missing issue in Notification Hub telemetry API

As suggested in the official document, we could use Get Notification Message telemetry REST API when we have issue/failure with pushing notifications in the Azure Notification Hub. We can use this API to review and monitor the pushed notifications. The… Continue reading How to troubleshoot PnsErrorDetailsUri missing issue in Notification Hub telemetry API

Manage Azure Resources using PowerShell Function App with Managed Identity

Briefly, this post will provide you a step to step guidance with sample code on how to leverage Azure PowerShell Function App to manage Azure resources and use managed identity for authentication to simplify the workflow.
 
Azure PowerShell is a s… Continue reading Manage Azure Resources using PowerShell Function App with Managed Identity