In this blog we will see the VMSS update by using an image with Rolling upgrade policy.
Prerequisites:
Create a VM image in the portal to update the VMSS with that image.
VMSS needs to be created with the custom image.
Step 1
Creation of VM image to be used while creating a VMSS. Select capture to create a VM image.
Read More
Scenario – You are trying to assign a work item to your colleague but unable to assign as it shows an error – “Sign-in required” as you type the username.
Read More
DevOps can be defined as an approach to enable seamless application delivery from inception to production. This approach improves Software Development by focusing on collaboration between various stakeholders and project members. DevOps is gaining popularity with the mobile app development teams. Mobile app development generally adopts the latest trends, technologies and tools for developing intuitive mobile applications across different platforms and industry verticals. There are many mobile de...
Read More
The term DevOps is becoming increasingly familiar as more and more companies are interested in implementing it. The combination of two words, Development and Operations unified the software development culture and practice. The biggest advantage of using DevOps is that it basically helps with performance improvement to create shorter deployment cycles. DevOps creates a better interaction between the development team and the operations team and thus increases the efficiency level.
Read More
This blog intended to see how Azure Functions can be used with database.
Azure Function is a solution for running small piece of code or a "Function" in cloud. You can write just the code need for the problem without worrying about the infrastructure or the application to run it. Function can make your development more productive and you can choose your development language of choice such as C#, F#, node.js, java or PHP.
Read More
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 will1. Create a New Azure ResourceGroup2. Create a Storage account3. Create a New Container inside the Blob Storage of Storage Account.4. Upload a text file from your current machine to Azure container using AzCopy. Please Follow the Steps Below: #Create a New Azure S...
Read More
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" $rgName = "MyName-RG" $vnetName = "MyName-VNET" #Getting the Storage Acc...
Read More
Following the below steps you can build and deploy your ASP.NET app to Azure from either Visual Studio Team Services Upload your codeUpload your latest code to Visual Studio Team Services repository.Create the definition Login to your VSTS accounthttps://xxxxxxxx.visualstudio.com/ Open your team project in your web browser.https://xxxxxxxx.visualstudio.com/MyFirstProjectVerify that the VSTS version control is updated with the latest code Create a build definition.· &...
Read More
Azure AD is a service that provides identity and access management capabilities in the cloud. Azure AD can be integrated with existing on-premise AD for providing single sign-on functionality for their users to access the cloud applications. So it is essential for organizations to keep the credentials in both on-premise AD and Azure AD to be in sync. To solve the sync issues, we have Azure Active Directory connect tool, which provides one-way synchronization from on-premise AD to Azure AD....
Read More
Configure a Point-to-Site connectivity to a VNet using PowerShell (ARM Mode)Task 1: Create a Self-Signed certificate 1. Login to your Visual Studio Virtual Machine using your credentials. Create a folder C:\P2S Certificates. 2. Navigate to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools and Run VS2012 x64 Cross Tools Command Prompt as an administrator. 3. ...
Read More