510, 2017

What is Azure Migrate and How to Use It?

By |October 5th, 2017|Azure How To, Azure News, Microsoft Azure|0 Comments

Building a cloud strategy is an important part of any organization which plans to emerge as a digitally transformed enterprise. The transformation isn’t a big deal, but still, some companies find it difficult to migrate the critical parts of the infrastructure. Poor analysis of the company’s environment and complex relation between data, application, and workload […]

2709, 2017

How to Protect Applications and Data on Azure Stack?

By |September 27th, 2017|Azure News, Microsoft Azure, New Features|0 Comments

The Azure stack is offering powerful support to the cloud computing running in Microsoft Datacenter over the 40 regions. Azure Stack Development Kit (ASDK). It’s helping the countries to develop and design their strategies as well as allowing them to a modern app by using hybrid cloud services. Like the other strategies, business continuity and […]

2709, 2017

What is EDNS Client Subnet Support in Azure Traffic Manager?

By |September 27th, 2017|Azure News, Microsoft Azure, New Features|0 Comments

The support of Azure Traffic Manager is playing an important role in the improvement of services like  Fast failover,  Geographic Traffic Routing, and TCP probing. The valuable support enables the services users to explore the features in better and proactive manner and now you can Azure Traffic Manager with EDNS Client Subnet (ECS).

How Does It […]

2709, 2017

How to Get More Fun with Terraform on Azure?

By |September 27th, 2017|Azure News, Microsoft Azure, New Features|0 Comments

The combined effort of Microsoft and HashiCorp brought huge benefits in the features of the Terraform and within a month support for Azure Container was added while 8 verified modules have also become a part of Terraform on Azure.

What is Terraform Module Registry?

Terraform Module Registry allows the users to generate Terraform modules which are the […]

2609, 2017

How the Perspective Analysis becomes Easy Azure Time Series Insight with Perspective View

By |September 26th, 2017|Azure News, IT Management, Microsoft Azure|0 Comments

Perspective view enables analysists to analyze data in a comprehensive way and lets the engineers perform complex tasks associated with data. Multitasking, multistep analysis, time-based and pattern-based analysis, and viewing data are some prominent tasks which become easy with the help of perspective analysis. On the other hand,  Azure Time Series Insights has shown the […]

2009, 2017

How to Use Azure Management Libraries for .NET – v1.2?

By |September 20th, 2017|Azure How To, Azure News, Microsoft Azure, New Features|0 Comments

1.2 Azure management libraries for .NET offers additional security and storage service encryption. The other benefits include network watcher service, search service, the creation of users in Azure Active Directory, and management service identity. After the downloading the 1.2 library, you need to create a virtual machine using define() … create() method chain.

IVirtualMachine virtualMachine = azure.VirtualMachines.Define(“myLinuxVM”)

.WithRegion(Region.USEast)

.WithNewResourceGroup(rgName)

.WithNewPrimaryNetwork(“10.0.0.0/28”)

.WithPrimaryPrivateIPAddressDynamic()

.WithNewPrimaryPublicIPAddress(pipName)

.WithPopularLinuxImage(KnownLinuxVirtualMachineImage.UbuntuServer16_04_Lts)

.WithRootUsername(“tirekicker”)

.WithRootPassword(password)

.WithSize(VirtualMachineSizeTypes.StandardDS2V2)

.WithOSDiskCaching(CachingTypes.ReadWrite)

.WithManagedServiceIdentity()

.WithRoleBasedAccessToCurrentResourceGroup(BuiltInRole.Contributor)

.Create();

 

Follow […]

2009, 2017

What is the Bot Conversation History with Azure Cosmos DB?

By |September 20th, 2017|Azure How To, General, Microsoft Azure, New Features|0 Comments

Bot Framework State is a service to track the context of a previous conversation with a specific user.  Bot Builder SDK users are well-aware of the importance of this feature as it helps you in data analysis and data auditing. Sentiment analysis and funnel analysis are the scenarios where you need Bot conversation and machine […]

2009, 2017

What are the Benefits of Web App for Containers and Azure App Service on Linux?

By |September 20th, 2017|Azure News, Microsoft Azure, New Features|0 Comments

Azure app service on Linux supports a variety of OSS stacks on the platform which lets the OSS workload run natively on Linux VM. You can consider the built-in image option on Linux as an extension of Azure App Service and it’s designed for the developers who want to work on the service by using […]

1809, 2017

How Does IoT Hub Device Provisioning Service Automates Device Connection?

By |September 18th, 2017|Azure How To, Azure News, Microsoft Azure, New Features|0 Comments

Azure IoT device provisioning service lets the users supervise millions of devices in a secure manner with the help of Azure IoT Hub. The Device Provisioning Service automates a process that requires extensive time and resources to run while the managing of multiple devices simultaneously has become very effortless. It’s the only cloud-based service which […]

1809, 2017

How Machine Learning is Contributing in Anomaly Detection in Azure?

By |September 18th, 2017|Azure News, Microsoft Azure, New Features|0 Comments

Making a specific pattern in a data that do not follow any pattern is quite difficult for the customers who work on real-time data. The new feature of Azure Stream Analytics, machine-based anomaly detection offers the best solution to this problem which allows the customer to monitor the streaming data without using expensive custom machine […]