Archives for Azure - Page 6
Azure ML model Flow
Steps Create an ML workspace Upload Historical Data to workspace Create a new Experiment that uses an algorithm ( to predict future demand based on historical data) Train and Evaluate…
Azure Artifacts and Visual Studio Subscription Levels
Azure Artifacts includes nuget’s repository – something that almost every project on earth uses. Hence, it came as a shocker to me that Visual Studio Professional does not give you…
Cannot Create a New Azure Resource Group?
Cannot create a new Resource Group? If you don’t have permission to create a resource group, but have the permissions to create new VMs, try the following: From create…
Azure Governance
Azure's Governance Toolkit is very different from AWS's - although they try to accomplish a lot of the same things. At a high level, this is Azure's breakdown of services/techniques…
azure user management–restricting user roles
Users can be found under AAD in the Azure portal menu . A subscription is the Umbrella for all resource groups. Users can be OWNERS at a subscription level or…
Virtual classroom labs in Azure or AWS
· One or More Virtual Labs offered via a Public Cloud (Azure or AWS) · Automatic Provisioning of Virtual Machines with base Operating Systems (Linux/Windows 10/2016 Server) · AD Integration…
Azure–High Availability IaaS with Traffic Manager – Architecture
Azure high availability VMs architecture – including Taffic Manager, AD instances (on VMs). Self Explanatory – except possibly for the VPN Gateways in each region. Azure High Availability Architecture
Azure Active Directory’s Access Control Service (ACS) is
Azure Active Directory's Access Control Service (ACS) is being retired on Nov8, 2018. In most cases, this will break web applications (hosted on Azure or on-prem using AAD) that utilize…
Azure Accounts / Subscriptions Compared to AWS
Azure Subscriptions contain all your resources (all your VMs, storage accounts etc.) An account (sometimes called a 'user account') in Azure is primarily a billing construct that can hold one…
Azure Federation
Federation can either involve ADFS or AD Connect (typically setup for Office 365 usage). SAML or OAuth are the two primary underlying technologies that federation uses. As far as AD…