Only Azure Resource Manager (ARM) is supported in OneOps. Currently only Linux workloads are supported. Windows will come at a later date.
If you are not using Express Routes, everything is dynamically created apart from the 4 pieces of information needed to communicate with Azure; Tenant Id, Subscription Id, Client Id, and Client Secret.
When you deploy into an Azure cloud, it will generate a Resource Group and Availability set in the first step of deployment. The resource group and availability set will be named: {org}-{assembly}-{platform}-{env}-{region}
During creation of the computes the NIC’s, OS disk, VNETs, Subnets, and public IPs will be created. If you are using the Express Route option, a public ip, VNET and Subnet will not be created, instead it will use what was configured when the cloud service was setup.
After the compute is created the rest of the deployment is the same as it would be for the other cloud providers, except DNS, LB, and GDNS.
OneOps creates DNS on Microsoft Azure as a resource by creating
Record-Sets are assembled together in a single zone and will use any of two values (Type A
, Type CNAME
).
A
maps a hostname to an IP address.CNAME
creates an Alias of another domain nameAs a result the deployment has a DNS created with hostname mapping and domain alias if configured.
For more details on DNS see: Azure DNS
OneOps creates and configures following resources in resource group to create a load balancer:
Before creating a load balancer following steps are performed on Microsoft Azure
n
Virtual Machines are provisioned to run your servers (where ‘n’ is the number of servers you want to Set-Up) and for each machine a NIC (network interface card) is built.Before a traffic manager is created on Azure, it requires
This Traffic Manager domain name will also be used as a unique prefix to create the FQDN in the Azure public domain.
The result will be <traffic-manager-domain-name>.trafficmanager.net
i.e Performance, Weighted or Priority
.Based on above information OneOps creates Traffic Manager profile resource on Azure by:
As a last step when the Traffic Manager Profile is created on Azure, OneOps points company’s domain name DNS resource record to the created profile. Traffic Manager is live after this last step.
Note: Please do not make any changes to the Traffic Manager configurations from the portal.
2011 - 2020 © Walmart Inc. All Rights Reserved.