-
Canarys Parent Auto Close
The “Canarys Parent Auto Close” Extension ensures the synchronization of work item statuses between parents and their corresponding child items. By examining the status of each child work item, this extension determines whether the parent work item should be closed or remain active. When all child work items are in the closed state, the parent…
-
3 Strategies to Optimize Cloud Costs
While enterprises have realized the benefits of the cloud such as agility and scalability helping them achieve business goals, performance Efficiency, reliability, Security and Cost considerations in the cloud are key decision criteria for Enterprises to move their workloads to cloud. Post the COVID-19 pandemic Enterprises have seen greater usage of cloud services and consequent…
-
Azure App Service Scaling Features And Capabilities
In terms of web applications, underlying infrastructure plays a vital role in coping with application performance, complex logic, traffic surges, and long-running processor execution times. it is one of the most difficult jobs to calculate the specifications in terms of infrastructure for web applications, whether it is public-facing applications or for a particular company. It…
-
Azure App Service (Build And Host Web Apps, Mobile-Back Ends Without Managing Infrastructure)
Introduction In this blog we will see what is Azure App Service, and it’s features and why do we use it, we can develop an application in any language or framework, such as .NET, .NET Core, Java, Node.js, Ruby, PHP, or Python. Applications run and scale as per our need with complex architecture on both…
-
Migrate SQL Server Database To Azure SQL Server
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS) Open and connect database file in SQL Server Management Studio (SSMS) …
-
Migrate SQL Server Database To Azure SQL
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS)
-
Migrate SQL Server Database To Azure SQL Server
In this blog we will see how to migrate the SQL Server database to Azure SQL Server. The Import and Export Wizard is a simple way to copy data using bacpac file. Export to bacpac file in SQL Server Management Studio (SSMS) Open and connect database file in SQL Server Management Studio (SSMS) 2. To export a database…
-
Microsoft Azure : Azure App Service [Build And Host Web Apps, Mobile-Back Ends Without Managing Infrastructure]
Introduction In this blog post we will see what is Azure App Service and it’s features and why do we use it, we can develop an application in any language or framework, such as .NET, .NET Core, Java, Node.js, PHP, or Python. Applications run and scale as per our need with complex architecture on both Windows…
-
Azure Blob Storage: The PowerShell Way!
Hi folks! Great to see you again. This blog post is purely based on Azure Blob Storage: The PowerShell way! In this blog post, I will 1. Create a New Azure ResourceGroup 2. Create a Storage account 3. Create a New Container inside the Blob Storage of Storage Account. 4. Upload a text file from…
-
Create a Windows Server 2012 R2 VM using ARM in Azure PowerShell
Hi Folks, In this Blog Post we will learn how to create an Azure ARM Virtual Machine using Azure PowerShell. For this, you will need an Azure Subscription and machine with Latest Azure PowerShell installed. 1. Run the following script in Azure Powershell: //Replace MyName with YourName everywhere. Login-AzureRmAccount $locName = "Central US"…