In this post, we will see how to create a Sql Server Db backup and save it into a Storage container, using Powershell. We will run a backup of the Db called dockertest and then, we will save it into a container called dbbackup. In order to create a complete backup, we will use a […]
Read MoreIn this post, we will see how to connect a Docker Web API Solution with a SQL Server Database on premises and on Cloud. DB ON PREMISES From our system, we open SSMS, we create a DB called TestDocker1 and then we run some sql scripts, in order to create a table called TabUser and […]
Read MoreIn 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 MoreIn this post, we will see how to deploy our custom image created in the postDocker – How to push a Docker image into Docker Hub with VS 2019, in an Azure Web App for Containers. We open a browser, go to https://portal.azure.com and we create a new Web App for Containers: We start inserting […]
Read MoreIn this post, we will see how to create a share directory using Azure Storage.First of all, we open a browser, go to Azure portal and we create a Storage Account: Create the Account: Insert all parameters: Now, we go to our account and we click on File shares: and then, we create a file […]
Read MoreFrom Microsoft Web Site: “Azure Storage is Microsoft’s cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store.Azure Storage includes these data services:Azure Blobs: A massively scalable object store […]
Read MoreIn this post, we will see how to deploy a Node.js application in Azure, using Visual Studio Code. First of all, we have to create a Web App in Azure.We open a browser, go to Azure portal and we select the item “Create a resource”: then, we select the resource “Web App”: Now, we create […]
Read MoreIn this post, we will see how to set the Timezone in a Azure Web App.We open a browser, Go to AzurePortal, click on App Services and we select our Web App: Now, we go to “Development Tools” and we click on “Advanced Tools”: We click on Go: and finally, we will be in the […]
Read MoreIn this post, we will see how to deploy in Azure the Web API created in the post: Web API with ASP.NET Core.First of all, we open a browser, go to Azure portal and we create a Web App: Now, we run Visual Studio, open the project and we go to “Build\Publish ApiService”: After the […]
Read More