Create a function app Sign in to the Azure portal  using the same account you used to activate the sandbox. Under Azure services, select Create a resource. The Create a resource pane appears. In the menu, select Compute, and then select Function App in the Popular products list. The Create Function App pane appears. On the Basics tab, enter the following values for each …
Prepare your environment Create an App Service app, or use an app that you created for another tutorial. The web app’s App Service plan must be a paid tier and not Free (F1). Make sure you can edit the DNS records for your custom domain. To edit DNS records, you need access to …
Create an ASP.NET web app Open Visual Studio and then select Create a new project. In Create a new project, find, and select ASP.NET Core Web App, then select Next. In Configure your new project, name the application MyFirstAzureWebApp, and then select Next. Select .NET 6.0 (Long-term support). Ensure Authentication Type is set to None. Select Create. From the Visual Studio menu, …
Create a scale set Use the Azure portal to create a Flexible scale set. Open the Azure portal. Search for and select Virtual machine scale sets. Select Create on the Virtual machine scale sets page. The Create a virtual machine scale set will open. Select the subscription that you want to use for Subscription. For Resource group, select Create new and type myVMSSRG for …
Creating an Availability Set Login to Azure portal and search for Availability set Now Availability Set page click on Create availability set Now on the create availability set page you would need to select your Subscription & the Resource group You need to enter the Name of the Availability set, …
Built Agent or Extension Login to Azure portal and go to Virtual Machine dashboard Now select your VM and go to Extension + application tab Now here you will find predefined agents, you can choose from this list which agent you want to install. For this demo we will install …
Resizing Virtual Machine Size Go to the Azure portal search for Virtual Machine Select your virtual machine then click on Resize menu Here you select the virtual machine size you want to resize your virtual machine too and then you click on Resize Run Command Go to Azure portal and …
Go to the Azure portal, then search for and select Virtual machines. Select your VM from the list. On the page for the VM, on the upper menu, select Capture. The Create an image page appears. For Resource group, either select Create new and enter a name, or select a resource group to use from the drop-down …
Sign in to the Azure portal at https://portal.azure.com. Enter virtual machines in the search. Under Services, select Virtual machines. In the Virtual machines page, select Create and then Virtual machine. The Create a virtual machine page opens. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to Create new resource group. Enter myResourceGroup for the name. Under Instance details, enter myVM for the Virtual machine …
Sign in to the Azure portal. Enter virtual machines in the search. Under Services, select Virtual machines. In the Virtual machines page, select Create and then Virtual machine. The Create a virtual machine page opens. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to Create new resource group. Enter myResourceGroup for the name.*. Under Instance details, enter myVM for the Virtual machine name, and …
To create or view a budget, open a scope in the Azure portal and select Budgets in the menu. For example, navigate to Subscriptions, select a subscription from the list, and then select Budgets in the menu. Select Add. In the Create budget window, make sure that the scope shown is correct. Choose any filters that you want …
Sign in to the Azure portal. To review your costs in cost analysis, open the scope in the Azure portal and select Cost analysis in the menu. For example, go to Subscriptions, select a subscription from the list, and then select Cost analysis in the menu. Select a cost view Select a date range Group costs …
Create blueprint definition from sample First, implement the blueprint sample. Importing creates a new blueprint in your environment based on the sample. Select All services in the left pane. Search for and select Blueprints. From the Getting started page on the left, select the Create button under Create a blueprint. Find the Resource Groups with RBAC blueprint sample under Other Samples and …
Create a blueprint The first step in defining a standard pattern for compliance is to compose a blueprint from the available resources. Let’s create a blueprint named MyBlueprint to configure role and policy assignments for the subscription. Then you add a resource group, an ARM template, and a role assignment on the …
Open Azure Quickstart templates In Search, enter deploy linux web app. Select the tile with the title Deploy a basic Linux web app. If you have trouble finding it, here’s the direct link. Select Browse on GitHub. Select azuredeploy.json. Review the template. In particular, look for the Microsoft.Web/sites resource.
To complete this lab, you need Visual Studio Code, with the Azure Resource Manager tools extension installed. You also need either the Azure CLI or the Azure PowerShell module installed and authenticated. Create and open with Visual Studio Code a new file named azuredeploy.json. Enter arm into the code editor, which initiates Azure Resource Manager snippets for scaffolding out …
Built-in Policy Launch the Azure Policy service in the Azure portal by selecting All services, then searching for and selecting Policy. Click on Definition Built-in Initiative Launch the Azure Policy service in the Azure portal by selecting All services, then searching for and selecting Policy. Click on Definition
Create a policy assignment In this lab, you create a policy assignment and assign the Audit VMs that do not use managed disks policy definition. Launch the Azure Policy service in the Azure portal by selecting All services, then searching for and selecting Policy. Select Assignments on the left side of the Azure Policy page. …