Tag Archives: Azure

Azure – Cosmos DB

By | 07/07/2021

In this post, we will see how to create a database in Cosmos DB using Azure Portal and how to manage CRUD operations with a console application.But, what is Cosmos DB?From Microsoft web site:“Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times, and automatic and instant scalability,… Read More: Azure – Cosmos DB »

Azure – Queue with Service Bus

By | 24/03/2021

In this post, we will see how to send message in a queue using Azure Service Bus.But first of all, what is Azure Service Bus?“Microsoft Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics.If two applications want to communicate with each other with less dependency, then Azure service… Read More: Azure – Queue with Service Bus »

Azure – How to create an Azure SQL Database

By | 05/06/2020

In this post, we will see how to create an Azure SQL Database using the Azure portal. We open a browser, go to https://portal.azure.com, select “Create a resource” and we choose “SQL Database”: The first things we have to set are:Resource GroupDatabase NameServer Then, we have to set some Networking parameters: Finally, we review everything… Read More: Azure – How to create an Azure SQL Database »

Angular – How to deploy an application in Azure

By | 25/11/2019

In this post, we will see how to deploy an Angular project in Azure, using Visual Studio Code.First of all, we open a browser, go to the Azure portal and we create a Web app: In order to verify that our Web App is running, we open a browser and go to: https://angularprojectdamiano.azurewebsites.net/ Now, we… Read More: Angular – How to deploy an application in Azure »