Skip to content

cloudacademy/azure-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Overview of Azure Services

This file contains text you can copy and paste for the examples in Cloud Academy's Overview of Azure Services course.

Introduction

Azure Free Trial

Using the Azure Portal

Azure Portal

Using the Azure CLI

git clone https://github.com/Azure-Samples/html-docs-hello-world.git
cd html-docs-hello-world
az webapp up --location westus --name [your_name] --html
http://[your_name].azurewebsites.net
az group delete --name [resource_group_name]

Note: If you're using Cloud Academy's Azure CLI Playground lab, then you'll need to use the following two commands instead of the "az webapp up..." command above. The first command tells you what values to use for [resource_group] and [location] in the second command.

az group list --query "[].{resource_group:name, location:location}"
az webapp up -g [resource_group] --location [location] -n [app_name] --sku S1 --html

Service Categories

Azure Products

Designing a Solution

Azure Architecture Center

Summary

Azure documentation
support@cloudacademy.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published