Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Modernize your Oracle workloads to Azure SQL
Modernize your Oracle workloads to Azure SQL
Webinars

Are you looking to leave Oracle behind? Join us to find out how to accelerate the migration journey by automating Oracle migrations to SQL Server using 1st party tools such as SQL Server Migration Assistant and Data Access Migration Tool.

Deploy Azure Data Services with Terraform
Deploy Azure Data Services with Terraform
Blog Posts

Terraform-based deployment of almost all Azure Data Services (default deployment settings are in the parenthesis): Azure Service Bus (Standard, namespace,topic,subscription, auth. rules) Azure Data Lake Storage (ZRS, Hot, Secured, StandardV2) Azure Data Factory (w/Git or without) Azure Data Factory linked with Data Lake Storage Azure Data Factory Pipeline Azure DataBricks WorkSpace (Standard) Azure EventHub (Standard, namespace) Azure Functions (Dynamic, LRS storage, Python, w/App.Insights or without) Azure Data Explorer (Kusto, Standard_D11_v2, 2 nodes) Azure Analysis Server (backup-enabled, S0, LRS, Standard) Azure Event Grid (domain, EventGridSchema) Azure SQL Server (version 12.0) Azure SQL Database (ElasticPool SKU name, 5 GB max data size) Azure SQL Elastic Pool (StandardPool, LicenseIncluded, 50 eDTU/50GB) Properties and content… READ MORE

Connecting Azure SQL Server with Azure Machine Learning
Connecting Azure SQL Server with Azure Machine Learning
Blog Posts

Accessing data in different data sources is one of the main tasks in machine learning model development life cycle. Let’s discuss one of the most common data accessing scenarios. Scenario : We have to set of relational data points stored in a Azure SQL server to develop a machine learning model using Azure Machine Learning.… READ MORE

Running Your Microservices Securely on AKS
Running Your Microservices Securely on AKS
Blog Posts

Azure offers different ways to build & run your microservices ranging from Service Fabric to Azure Kubernetes Service to App Services to Azure Spring Cloud to even running Docker Enterprise and Apache Mesos in IAAS mode on Azure — the choice of compute depends on a lot of factors not excluding the affinity and knowledge of these services, the market hype (especially in case of Kubernetes), compatibility… READ MORE

Getting Started With Rust and Redis
Getting Started With Rust and Redis
Blog Posts

In this blog post, you will learn how to use the Rust programming language to interact with Redis using the redis-rs client. We will walk through commonly used Redis data structures such as String, Hash, List etc. The Redis client used in the sample code exposes both high and low-level APIs and you will see both these styles in action. Code… READ MORE