Effortless Azure Resource Creation: A Guided Approach with Copilot for Azure
Khurram Hafeez
MVP | M365 Copilot, M365 migrations, Active Directory deployments, MS Exchange deployments & migrations, Azure IaaS deployments & Migrations, Microsoft CSP Licensing, Technical Content Reviewer
Microsoft Copilot for Azure?(preview) can help you quickly build custom infrastructure for your workloads and provide guided deployment using one click, step by step instructions,? templates and scripts to help you deploy. By using Microsoft Copilot for Azure, you can often reduce your deployment time dramatically. Here’s how it works:
One-Click Deployment:
Step-by-Step Deployment:
For other scenarios, Copilot provides customizable templates you can use with various deployment tools like Azure CLI, Terraform, Bicep, or ARM. If a pre-built template isn't available, Copilot still helps by suggesting the most suitable resources for your specific needs.
Create a Linux virtual machine and connect via SSH
Streamline your Linux VM setup on Azure with Copilot for Azure. Choose between one-click deployment or step-by-step guidance. Copilot handles everything – from installing the latest Ubuntu image to provisioning the VM, generating a secure private key, and finally, establishing your SSH connection.
Linux VM sample prompts
Linux VM example
Ready to set up a Linux VM and access it with SSH? Copilot for Azure makes it easy! You can say "How do I create a Linux VM and SSH into it? Just choose your preferred method: one-click deployment or a step-by-step guide. For the one-click option, simply select your subscription and run the script. Sit back and relax while Copilot takes care of everything – you'll see progress updates as the VM is created and configured. Remember, don't close or refresh the page during deployment.
领英推荐
Save Time Writing Azure CLI Scripts: Use Microsoft Copilot for Azure
Forget memorizing complex Azure CLI commands! Microsoft Copilot for Azure (preview) is here to help. Simply describe the task you want to accomplish, and Copilot will generate a ready-to-use Azure CLI script complete with the necessary commands. Plus, it highlights any placeholder values that you need to customize based on your specific environment – making deployment a breeze!
Sample prompts
These sample prompts showcase the variety of tasks Copilot can handle. From simple one-line commands to detailed multi-step procedures, Copilot guides you through the process. Use these examples as a springboard, or modify them to match your unique requirements.
Examples
In this example, the prompt "I want to use Azure CLI to create a web application" provides a list of steps, along with the necessary Azure CLI commands.
When you follow that request with "Provide full script", the commands are shown together in one script.
You can also start off by letting Microsoft Copilot for Azure know that you want the commands all together. For example, you could say "I want a script to create a low cost VM (all in one codeblock for me to copy and paste)".