Goal: This blog will go over how to send an SMS message to a cellular device using Azure Communication Services. Creating an Azure Communication Service Creating the program: Code setup – Install Azure.Communication.Sms Nuget Package Sending an SMS from your toll-free number to any phone number
Author: Kamith Vindula Mirissage
Azure: Migrate Blob via C#
Goal: In this blob post, we will be diving into the world of Azure Development in C#. To get you used to using Azure’s C# but still keeping your in familiar territory, we will be implementing a quick program to Migrate blobs from one container to the another! The goal…
Azure Blob Storage
Data storage is important to any cloud based project. Azure offers multiple solutions to solve any and all data related concerns. The main Storage Accounts being: File, Queue, Table, Disk and Blob. This article will delve into Blob Storage as well as instructions on creating your first Blob Storage account…