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

What’s the New Power BI Connector for Azure Enterprise Users?

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

Azure Consumption and Insight Connector in Power BI Desktop offers various benefits to developers and lets the enterprise customers pull Azure Charge and usage data for Azure as well as Marketplace resources. Complicated tasks like analyzing and exploring have become easy while the users can also make their own custom dashboard to make their workspace […]

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 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 […]

1409, 2017

Performance and Storage Upgrades in Azure SQL Database

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

Up till the recent developments in Azure SQL, the maximum performance cornerstone for a single data repository located in the standard tier was marked to 100 DTUs. Now, the rate at which the latest updates have increased the performance markup is a whopping 30 times thus making it around 3000 DTUs. The latest S4-S12 performance […]