CMS
Basics
Azure Cloud Computing Services
1. Azure Cloud Services
Azure Cloud Services is a powerful platform that enables developers to build, deploy, and scale applications without managing underlying hardware. It supports rapid development of apps and APIs, offering flexibility, control over virtual machines (VMs), and enterprise-grade performance. Built for scalability and cost efficiency, Azure comes with a 99.95% uptime guarantee, making it a reliable choice for modern cloud solutions.
1.1 What Can You Launch on Azure Portal?
The Azure Portal offers a centralized interface to create and manage various cloud resources. Users can deploy virtual machines on Windows or Linux, build websites using multiple programming languages, and configure secure SQL databases. It also supports storage solutions, artificial intelligence, and ready-to-use marketplace tools. For custom setups, developers can use ARM templates to define infrastructure as code.
1.2 Key Azure Resources
Virtual Machines let you choose an operating system, define capacity, and extend functionality post-deployment. Storage Accounts allow secure storage and access to blobs, files, queues, and tables. Web Apps provide a platform to host web-based applications, offering auto-scaling and compatibility with popular frameworks. Azure SQL Databases ensure secure and high-performance data handling, with support for tools like SSMS and T-SQL.
1.3 Creating a Virtual Machine
To launch a VM, users access the Azure Portal, enter a name, select an operating system image, and configure login credentials. Required ports, such as RDP for remote access, can be opened during setup. After reviewing settings, the VM can be created instantly. Developers who prefer scripting can also use PowerShell or the Azure CLI for automated provisioning.
1.4 Integrating Microsoft Dynamics 365 with Azure
Microsoft Dynamics 365 works seamlessly with Azure to power enterprise applications such as sales, operations, and customer data management. Azure provides backend services like AI, automation, and analytics to enhance D365 capabilities.
1.5 Common Integration Scenarios
For operations and fulfillment, Azure services like IoT Hub, Logic Apps, Machine Learning, and Azure DevOps can boost supply chain efficiency. In e-commerce, D365 Commerce integrates with Azure App Service, CDN, Cosmos DB, and Azure Monitor to support fast and scalable online stores. For customer data, tools like Data Factory, Data Lake, and Synapse Analytics enable the creation of unified customer profiles by collecting insights from various channels.
1.6 Connecting D365 to Azure
To establish a connection, users can register their D365 app in Azure Active Directory by adding basic app details, such as the name and redirect URL. The Application ID and Directory ID are generated for authentication. A client secret is created under “Certificates & Secrets,” and required API permissions are added. Admin consent may be granted if broader access is needed.