Azure · OMS

OMS Log Analytics available in Azure Portal

OMS Log Analytics search is now available in the Azure Portal. With this release, you can search and analyze all of the logs and metrics from your Azure environment as well as your on-premises assets. This means you can perform full diagnostic on your on-premises as well as in azure hybrid environment. For access this feature,… Continue reading OMS Log Analytics available in Azure Portal

Azure · Web App

Deploy Web App Using Source Control Repository (Bitbucket)

From today post i’ll give a step by step guide to create an azure web app  & deploy the web site code using source control repository. Prerequisite An Azure account (Free trial ) Source control repository  (GitHub, Bitbucket etc) Visual Studio or any other developing tool. Before creating a web app in azure I create… Continue reading Deploy Web App Using Source Control Repository (Bitbucket)

Azure

Azure anounced GA of two new US regions

Azure team has announced two new regions in US for generally availability. These two new regions are available for US and across the globe customers. The new US regions are West US 2  & West Central US. These two regions will receive same industry leading level of security, privacy and control, compliance and transparency. In Azure… Continue reading Azure anounced GA of two new US regions

ARM · Azure · PowerShell

The subscription is not registered for resource types error

Recently one of my colleague ask from me is it possible to move a Azure SQL Database (PaaS) to another subscription. When he try to move the SQL database to another subscription it throws an error as below. The subscription ‘<SubscriptionID>’ is not registered for resource types ‘Microsoft.Sql/servers (southeastasia),Microsoft.Sql/servers/databases (southeastasia)’. (Code: MissingRegistrationsForTypes As per the… Continue reading The subscription is not registered for resource types error

ARM · Azure · PowerShell

Deploy Web App Around the World Using #ARM

From today’s blog post I’ll walk through how to deploy an azure web application in different azure data center using an ARM (Azure Resource Manager) template.Azure ARM is the new deployment model introduce by Microsoft for resource deployment. It uses JSON to store the resource data and configuration. How we do it? Create ARM template.… Continue reading Deploy Web App Around the World Using #ARM

Azure · OMS · PowerShell · SCOM

Azure Network Analytics (Preview) in OMS

I thought its perfect time to publish another post on OMS, because last week OMS team makes available two new solutions called Azure Network Analytics & Azure Key Vault.  If your new to OMS review my previous blog about Office 365 on-boarding to OMS . From today’s post I’ll walk-through how to on-board newly release (in preview) feature Azure Network Analytics.so… Continue reading Azure Network Analytics (Preview) in OMS

Azure · Office 365 · OMS · SCOM

Monitor Office 365 using OMS

Here comes the OMS (Operations Management Suit), I’m testing OMS for a while and I through of writing a blog post on OMS newly (preview) feature Office 365 monitoring. Introduction to OMS (Operations Management Suit) This suite includes  set of Azure-hosted management services that can manage cloud services running not just on Azure and Windows Server, but… Continue reading Monitor Office 365 using OMS

Azure · HTML , CSS · PowerShell

Provision Azure VM via PowerShell -ARM Model

In Azure cloud platform, we can find two models for deploying workloads & resources. Azure Service Management model (Classic model) and Azure Resource Manager (ARM) lets get a brief idea about it. What’s Azure Resource Manager ? “An Azure Resource Group is a logical container for grouping Azure resources. As an example,consider a typical website implementation… Continue reading Provision Azure VM via PowerShell -ARM Model

ARM · Azure · Backup

Backup ARM VMs to a Recovery Service Vault

Azure Backup is the service that you use to back up and restore your data in the Microsoft cloud. Azure backup  replaces your existing on-premises or off-site backup solution with a cloud-based solution that is reliable, secure, and cost-competitive. It also helps protect assets that run in the cloud. It provides infrastructure that is scalable, durable,… Continue reading Backup ARM VMs to a Recovery Service Vault