CLI
9 TopicsAzure CLI create VM and assign it a password AND a ssh key for login?
How do I create a VM using Azure CLI and assign it a password AND a ssh key for login? Here is the command I want to use but it just creates the ssh key and ignores creating the password. az vm create --resource-group VMResourceGroup --name ubuntuVM --image Canonical:0001-com-ubuntu-server-impish:21_10-gen2:21.10.202202010 --size Standard_B1s --os-disk-size-gb 64 --public-ip-sku Basic --admin-username xman --admin-password 'mypassword*1' Thanks Regards DanielSolved7.4KViews0likes4CommentsMastering the Command Line: A Beginner's Guide to Bash for Students
Bash is considered a universal language when it comes to cloud computing and programming. Many languages support Bash commands to pass data and information and when it comes to the Cloud, all platforms support using it to interact with your environment. Even though we won't cover everything there is to know about this language in the course, we want to make sure we give you the foundation on scripting in Bash. At the end of the course, you'll be able to create your own scripts and automate tasks with the help of Bash.8.6KViews2likes1CommentCreate Your Azure Infrastructure with Cloud Development Kit for Terraform - LIVE SESSION 15th Sept
This series will teach you how to use Cloud Development Kit for Terraform (CDK-TF) and Microsoft Azure serverless services. First, you will learn how to build everything as code, and we will teach you how to solve several real-world problems with just Azure Functions and short-lived Azure container instance. All projects covered in the series are opensource.5.3KViews1like0CommentsAzure Developer Command Line Interface open-source tool to accelerate the time it takes to deploy
Azure Developer CLI ( azd) a open-source tool that accelerates the time it takes to get started on Azure. The Azure Developer CLI provides developer-friendly commands that map to key stages in your workflow: code, build, deploy, monitor, repeat. To create, provision, and deploy a new application in one step, it’s as easy as: azd up --template todo-nodejs-mongo3.4KViews1like0CommentsLogin to Azure in GitHub Actions
If you need to use GitHub Actions and interact with Azure resources, you'll need to authenticate properly. Authenticating is made easy by direct Action support in a workflow, but it requires a Service Principal created in a specific way that produces output that is required to go into a GitHub Secret.2.4KViews1like0CommentsWindows Server on Azure Issues
Whenever I spin up a Windows Server data center I have issues using the CLI to download/install and cannot install most things using Internet explorer. I cannot install Edge or IDEs etc. This may be a simple thing as I'm new to this. I try to get WSL downloaded through the cli and it will not work. I turn off the ie advanced security settings in Server Manager so I do not get issues with that security pop up every time however I seem to be missing something here. I was expecting a similar experience in this respect to something like Windows 10. Are there some dependencies required to use a windows server vm in azure normally or some security settings I need to turn off? Am I using the wrong image?Solved1.3KViews0likes3CommentsFlexible Server for MySQL & Azure CLI : Better together
The new Flexible Server (Preview) deployment option for Azure Database for MySQL increases your control of the database and enhances your productivity. Check out these tips when working with flexible servers using Azure CLI.3.2KViews1like0Comments