惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
博客园 - Franky
IT之家
IT之家
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
腾讯CDC
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
博客园_首页
G
Google Developers Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How to Prepare Your Azure Environment for Management and ...
forsyth famous · 2026-06-13 · via DEV Community
Cover image for How to Prepare Your Azure Environment for Management and Administration Tasks

forsyth famous

Introduction

Before managing cloud resources in Microsoft Azure, it's important to become familiar with the tools used for administration and automation.

Azure provides several management interfaces, including the Azure Portal, Azure Cloud Shell, Azure CLI, and Azure PowerShell, allowing administrators to manage resources efficiently from both graphical and command-line environments.

In this guide, we'll prepare an Azure environment for management and administration tasks while exploring the core tools used by Azure administrators and cloud engineers.

By the end of this tutorial, you'll know how to:

  • Navigate the Azure Portal
  • Create and manage Azure resources

Let's prepare our Azure environment for cloud administration.

What is Azure Management?

Azure Management refers to the tools and services used to deploy, organize, monitor, and maintain resources in Microsoft Azure.

Common Azure management tools include:

  • Azure Portal
  • Azure Cloud Shell
  • Azure CLI
  • Azure PowerShell

These tools help administrators perform everyday cloud management and automation tasks.

Scenario

A company is preparing to migrate workloads and services into Microsoft Azure.

Before deploying production resources, the cloud administration team needs to familiarize themselves with Azure management tools and establish a working environment for resource administration.

The team must be able to create resources and understand the different tools available for managing Azure environments.

In this lab, we will prepare an Azure environment and explore the core management tools used by Azure administrators and cloud engineers.

Prerequisites

Before we begin, ensure you have:

  • A Microsoft Azure account
  • An active Azure subscription
  • A stable internet connection
  • Access to the Azure Portal

Now come with me, let's prepare our Azure environment for administration tasks.

Create a resource group

In order to make clean-up easy at the end, start with creating a new resource group to hold the resources for this guided project. Using resource groups to organize things is a quick way to ensure you can manage resources when a project is over.

  1. From the Azure portal home page, in the search box, enter resource groups. resourcegroups
  2. Select Resource groups under services. now
  3. Select Create. create
  4. Enter guided-project-rg in the Resource group name field. gd
  5. The Region field will automatically populate. Leave the default value. region
  6. Select Review + create. Select **Review + create.
  7. Select Create. Select **Create.**
  8. Return to the home page of the Azure portal by selecting Home. home

Create a virtual network with one subnet

  1. From the Azure portal home page, in the search box, enter virtual networks. vnet
  2. Select virtual networks under services. select vnet
  3. Select Create. Select **Create.
  4. Scroll down to the Instance details section and enter guided-project-vnet for the Virtual network name. Instance
  5. Select Review + create. Select **Review + create.
  6. Select Create. create
  7. Wait for the screen to refresh and show Your deployment is complete. Your deployment
  8. Select Home to return to the Azure portal home page. homed

Create a virtual machine

  1. From the Azure portal home page, in the search box, enter virtual machines. vm
  2. Select virtual machines under services. vms
  3. Select Create and then select Virtual machine. C+VM
  4. Select guided-project-rg for the Resource group. RG
  5. Enter guided-project-vm for the Virtual machine name. name
  6. For the Image, select one of the Ubuntu Server options. (For example, Ubuntu Server 24.04 LTS - x64 Gen2) Image
  7. Continue further on the Basics page to the Administrator account section. further
  8. Select Password for authentication type. Password
  9. Enter guided-project-admin for the admin Username. Username
  10. Enter a password for the admin account. PW
  11. Confirm the password for the admin account. PWC
  12. Leave the rest of the settings as default settings. You can review the settings if you like, but shouldn’t change any. Default
  13. Select Review + create. REV
  14. Select Create to confirm the resource cost and create the virtual machine. create
  15. Select Home to return to the Azure portal home page. Home

Create a Storage account

  1. From the Azure portal home page, in the search box, enter storage accounts. Storage
  2. Select Storage accounts under services. SSA
  3. Select Create. cre
  4. Scroll down to the Instance details section and enter a name for the storage account. Storage accounts must be globally unique, so you may have to try a few different times to get a storage account name. details
  5. Select Review + create. SRV
  6. Select Create. create
  7. Wait for the screen to refresh and show Your deployment is complete. complete
  8. Select Home to return to the Azure portal home page. homme

Conclusion

Congratulations on successfully preparing your Azure environment for management and administration tasks.

In this lab, we explored the core tools used to manage Azure resources i.e Azure Portal.

These tools form the foundation of Azure administration and are essential for deploying, configuring, automating, and managing cloud resources effectively.

By completing this exercise, you have taken another important step in building practical Azure administration and cloud engineering skills.

See you in the next article.