In this article, we want to discuss a topic, which is useful for all BC Partners and their projects. We will review how everyone could benefit from the Azure DevOps Pipeline service, even the companies that specialize in upgrades.
Tag Archives: Azure
Dynamics 365 Business Central: using Azure Key Vault for your secrets
Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as license keys, credentials, API keys, certificates and so on.
Starting form Dynamics 365 Business Central 2020 Wave 2 (version 17) you can start using Azure Key Vault service for storing your secrets and then retrieving them from AL code in a very easy way.
Using Azure Functions in Mirosoft Dynamics Business Central
Microsoft Azure is a cloud computing service that is used for building, testing, deploying, and managing applications.
It provides software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS). Azure Functions is a solution that runs on the Microsoft Azure platform and is used to run small pieces of code, or functions, in the cloud. With Azure Functions, you can focus on a specific function without having to focus on the whole application or the infrastructure to run it.
Use Azure KeyVault in AzureDevops for sharing licensing and other secrets
You are probably aware on how “secrets” work in AzureDevops. In a way, it’s simple: you can create variables, and store the value of the variable as a secret or not, simply by tapping the “lock” when creating a variable.
How to Authenticate Through Azure Active Directory (AAD) to Use Microsoft Dynamics 365 Business Central API
Azure Active Directory (AAD) is useful when you want to control who (users and client applications) can access particular resources (e.g. Microsoft Azure SaaS resources, Office 365 documents and Dynamics 365 installations).
One of Azure Active Directory’s (AAD) use cases is 3rd party client application authenticating through AAD to call the API of Microsoft Dynamics 365 Business Central installation (BC).
Dynamics 365 Business Central: exploring page views with Azure Application Insights
Today I want to talk about a new interesting set of telemetry signals related to page views that, starting from version 16.3, Dynamics 365 Business Central is sending to Azure Application Insights.
Creating a Dynamics 365 Business Central Docker container with artifacts on Azure Container Instances
Azure Container Instances (ACI) is a great service offered by Azure that permits you to run serverless Docker containers in Azure with simplicity and speed, without having to provision or manage any underlying infrastructure.