Category: Microsoft Azure

  • Continuous Integration/ Continuous Deployment VSTS

    Following the below steps you can build and deploy your ASP.NET  app to Azure from either Visual Studio Team Services  Upload your code Upload your latest code to Visual Studio Team Services repository. Create the definition Login to your VSTS account https://xxxxxxxx.visualstudio.com/ Open your team project in your web browser. https://xxxxxxxx.visualstudio.com/MyFirstProject Verify that the VSTS…

  • How to Sync On-premise AD with Windows Azure AD using Azure AD Connect tool

      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…

  • Creating a Point-to-Site Connectivity using Azure Resource Manager

    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:ProgramDataMicrosoftWindowsStart MenuProgramsMicrosoft Visual Studio 2012Visual Studio Tools and Run VS2012 x64 Cross Tools Command Prompt…

  • How to Create an Azure Virtual Network by using a Deployment Template

    Hello Folks! In this Blog post, we will try to learn how to create an Azure V-Net using an ARM template. I have divided the post into two tasks. Please follow the steps to complete the deployment. Task 1: Download the Template from GitHub 1. Open the internet explorer and type https://github.com/Azure/azure-quickstart-templates/tree/master/101-vnet-two-subnets   2. Click azuredeploy.json,…

  • Locking VMs and Resources Groups with Azure Resource Manager using Azure PowerShell

    Hello Folks! In this blog post we will be talking about locking down your Azure Resources with Azure Resource Manager. This tutorial might come handy to you when you want your resources to be safe from getting accidentally deleted. You can lock almost any type of resource using this method be it Virtual Machines, Web…

  • Microsoft Azure: Implementing Internet Facing Load Balancers using Azure Resource Manager

    Howdy Folks! I was exploring Network Load Balancer in Azure Resource Manager and found out that you can also create an Internet Facing Load Balancer using Azure Portal. In this blog, I will show you How to create an External Load balancer using Azure Resource Manager. We will create two load balanced web-servers publically accessible through a common IP address. This IP…

  • Microsoft Azure Stack : Power of Azure in our datacentre

    Why Azure Stack? Microsoft Azure Stack is a new hybrid cloud platform product that enables our organization to deliver Azure services from our own datacentre to help us achieve more. Get the power of cloud services, yet maintain control of our datacentre for true hybrid cloud agility. You decide where to keep our data and…

  • Microsoft Azure : Mobile Services – Xamarian.Android with .Net

    NOTE: Microsoft Azure recommends Azure App Service Mobile Apps for all new mobile backend deployments. We will add a cloud-based backend service to Xamarin Android app using Azure Mobile Services. We will create both new mobile service and simple To do list app that stores app data in new mobile service. Mobile service that we will create…

  • Microsoft Azure : The cloud for modern business

      Why Azure?   Microsoft Azure: Cloud Computing Platform and Services Move faster Save Money Integrate on-premises apps and data 57% of Fortune 500 companies already use Azure.   What is Azure? IaaS + PaaS + SaaS = Microsoft Azure Our app. Our framework. Our Platform. All welcome. Microsoft Azure is a growing collection of…

  • Microsoft Azure : Mobile Services – HTML with JavaScript

    Overview We will add cloud-based backend service to HTML app using Azure Mobile Services. We will create both new mobile service and simple To do list app that stores app data in new mobile service. Pre-requisites The following are required to complete:  We must have one of the following web servers running on our local computer: On…