Azure interactions with Dynamics 365, CDS and Power Platform. Discover all our articles

Dataverse Dynamics 365 Load testing for Model-driven app

Dataverse Dynamics 365 Load testing for Model-driven app

Fri, 01/19/2024 - 16:00 By julien.biedermann

Dataverse Dynamics 365 Load testing for Model-driven app

Introduction

In today's digital landscape, where user expectations for seamless, high-performing applications are at an all-time high, ensuring the reliability and scalability of software systems is paramount. Performance testing emerges as a critical practice in the software development lifecycle, aimed at evaluating the responsiveness, stability, and scalability of applications under various conditions.

How to use Azure Table Storage with C#

How to use Azure Table Storage with C#

Wed, 09/14/2022 - 10:32 By Lloyd Sebag

How to use Azure Table Storage with C#

Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.

You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.

Handle secrets in Azure DevOps

Tue, 05/31/2022 - 14:18 By Mattias Liloia

When creating a ci/cd pipeline for your project, at some point you have to define a connection to your environment. In case of Dataverse, the connection string will contain clientid and client secret values. It's always a good idea to store secret values in a secure place, instead of putting them in clear text into your pipeline definition file (yaml) and potentially pushing them into your code repository.

Azure DevOps provides you a number of possible solutions to address just that:

Power Apps Portal source code with Visual Studio Code and Power Platform CLI

Tue, 01/18/2022 - 10:45 By Fabian Kalchofner
2 comments
When developing a Portal with Power Apps Portal, you'll reach a point, where you want to have your developments in a source control or where you want to deploy your portal to a production environment. It's possible with Power Apps Portal source code with Visual Studio Code and Power Platform CLI.
Dataverse Plugin telemetry with Azure Application Insights

Dataverse Plugin telemetry with Azure Application Insights

Thu, 10/28/2021 - 16:44 By Danny Rodrigue…
2 comments
You must surely know the possibilities of tracing in D365 with the TracingService, but did you know that it is now possible to use Azure tracing? Here is an article on the subject: Dataverse Plugin telemetry with Azure Application Insights