Archives for Cloud Computing - Page 16
Azure – VPN Gateway Setup – Virtual Network Gateway
There are three constructs that are needed to setup an Azure VPN Tunnel. These are VPN Gateway (a type of a VNG), a Local Gateway and a Connection. Virtual network…
Subnet structure in Azure
For your on premises connectivity, define a Gateway Subnet For your internet connectivity, define a DMZ subnet
MFA for multiple users in Azure (without having individual users assigned MFA)
MFA policies can be enforced at the tenant, app, or individual guest user level, the same way that they are enabled for members of your own organization. An admin…
Azure Quickstart
Azure CLI, Azure Powershell, CloudShell Azure CLI and the PowerShell package use the REST API of Azure. Azure CloudShell – Browser based cmd line Why Use VNETs? (for hybrid use…
Azure classic vs Azure Portal
URLs Classic – Current – However, unless you are an admin user (or co-admin user), you will not be able to login to the classic portal. Regular RBAC role (contributor,…
Azure Pass Through Authentication AD
When requesting access to Azure resources, you can leverage your own corporate AD credentials. To make this work, you have to setup pass through authentication (or full sync, which is…
Find all active resources in an AWS Account
Go into Resource Group. Under Resource Group, select "Tag Editor" Select all the regions and All the resources that you ; Don’t fill in any tags to fetches all the…
AWS Managed Directory Services (including AWS Microsoft AD)–Q and A
Can I use AWS Managed Microsoft AD as a primary directory? Yes. You can use it as a primary directory to manage users, groups, computers, and Group Policy objects (GPOs)…
Amazon linux EC2 install certbot
Amazon Linux EC2 only wget --no-check-certificate chmod a+x ./certbot-auto sudo yum -y install python-pip sudo pip install cryptography sudo pip install certbot Installing on any other (not amazon linux)…
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…