Dokumentationen

Overview

After login, the Azure Home page is displayed in the Azure Portal:

Azure Portal

The Azure Portal is divided into the following main areas:

  1. Collapsible portal navigation with a list of Azure Services. This menu is configurable and displays the favorited services.
  2. Global search, through which services, resources, and documentation can be searched
  3. Main area for displaying content related to services and resources

Terminology

The following section explains the most important terms of the Azure platform, which are required for understanding the further explanations.

  • Subscription: A Subscription forms the top-level organizational unit in Azure and serves for resource management and billing.
  • Resource Group: Resource Groups enable the logical grouping of related resources within a Subscription.
  • Service: The services offered by Azure are referred to as Services. For example, Azure Virtual Machines represents such a Service.
  • Resource: When provisioning a Service, a Resource is created, which represents the concrete instance of the service.

The details of a Subscription can be accessed in various ways:

  1. The name of the Subscription can be entered in the global search.
  2. The desired Subscription can be selected from the list of all Subscriptions.

The name of the Subscription is entered in the global search text field of the Azure Portal. The Subscription is then displayed in the search suggestions under Resources.

Global Search

Via the Subscription Service

The global search bar can be used to navigate to a Service in Azure.

Subscription is entered as the search term in the global search text field of the Azure Portal. The Service named Subscriptions is displayed as a result.

Global Search for a Service

By selecting the search result, the available Subscriptions are displayed as a list.

List of Subscriptions

Details of the Subscription

Detail view of a Subscription

The detail view of the Subscription displays various information:

  • The metadata of the Subscription is presented in tabular form. Particularly noteworthy is the Subscription ID, which represents the internally used unique identifier of a Subscription. The Tenant ID denotes the unique identifier of the Azure Tenant of the University of Bern.
  • The current costs of the resources in the Subscription are displayed. Additionally, a forecast of the expected costs until the end of the month is provided.

In the navigation menu of the Subscription, there are two important items:

  • Resource groups
  • Resources

Through these navigation items, the corresponding Resources within the Subscription are displayed. The following diagram illustrates this tree structure:

architecture-beta
    group azure[Azure]
    group subz[Subscriptions] in azure
    group rgz[Resource Groups] in azure
    group rz[Resources] in azure

    service sub(azure:subscriptions) in subz
    service rg(azure:resource-groups) in rgz
    service r1(azure:key-vaults) in rz
    service r2(azure:virtual-machine) in rz
    service r3(azure:virtual-networks) in rz

    sub{group}:B --> T:rg{group}
    rg{group}:B --> T:r3{group}

    r3:L -- R:r2
    r3:R -- L:r1

The resources of a Subscription are thus bundled into one or more resource groups. It makes sense to group resources that logically belong together and have the same lifecycle into a single resource group. Access permissions can also be set via resource groups.

Resources can be found analogously to the Subscription in the following ways:

  • The resource name is entered in the global search.
  • The corresponding Service is searched in the global search and the resource is selected from the displayed list.

Next Steps

When ordering a Subscription, a standard budget is defined. This should first be adjusted to your own needs. To do this, the Owner role must first be activated. Further information on permissions can be found in the article Roles and Permissions.

Further Information