Category: Microsoft Azure

  • How to Create a virtual network (VNET) using the Azure portal

    How to Create a virtual network (VNET) using the Azure portal

    Create a virtual network (VNET)

    In this blog, I will explain how to create a virtual network (VNET) using the Microsoft Azure portal. A virtual network is the basic building block for your private network in Azure. It enables Azure resources, like VMs (Virtual Machines), to safely communicate with each other and with the internet.

    Sign in to the Microsoft Azure Portal

    Create a virtual network

    1- Type in the search bar (virtual networks) to find or from the Azure portal menu select virtual networks.

    azure menu

    2- In the virtual network default directory click on create a virtual network.

    azure create virtual network

    3- In the create virtual network wizard, select your subscription. Click on create new next to Resource group to create a new resource group.

    azure create virtual network

    4- Type a resource group name (rg-vnet) and then click OK.

    azure create new resource group

    5- Under instant details enter the name of your virtual network (vnet01).
    Then select a location to use as the basis for your virtual network. Choose a location that is close to your location to increase performance. Select Next: IP Addresses >

    azure create virtual network

    6- Provide an address space IPv4 address space, I am selecting 10.1.0.0/8, but if you prefer to use a different address feels free. Click + Add subnet

    azure create virtual network ip address

    7- Add subnet wizard, and then enter a subnet name (vnet-subnet) and type 10.1.0.0/24 for the Subnet address range.
    To create a service endpoint policy to allow traffic then select a service under services.

    azure vnet add subnet

    8- Click Next : Security >

    azure create virtual network ip address

    9- Select DDos protection, Firewall and then Next : Tag >

    azure create virtual network security

    10- Create virtual network tag click Next : Review + Create >

    azure create virtual network tags

    11- Virtual network validation passed and then selects Create.

    azure create virtual network validation

    12- Virtual network deployment succeeded.

    azure deployment succeeded

    13- Your deployment is complete select go to resource.

    azure go to resource

    14- Virtual network overview.

    azure virtual network overview
  • How to Attach Extra Disk to Azure Virtual Machine

    How to Attach Extra Disk to Azure Virtual Machine

    Attach extra disk to Azure VM In this blog, we will show you how to create and attach a managed disk to a Windows Azure VM through the Azure portal.

    Create a Managed Disk

    Log in to the Microsoft Azure Portal using your subscription.

    1- Click Azure portal menu and from services list click on the virtual machines.

    azure portal

    2- From the Virtual Machine default directory List, click on the VM.

    azure virtual machine

    3- Click on the Disks under settings.

    azure virtual machine disks

    Attach Extra Disk to Azure

    4- Now click on the + Add data disk and under name select Create disk.

    azure vm create disk

    5- Create a Manage disk wizard, type the name of new disk (Extra), select resources group.
    By default 1 TB size Premium SSD selected, If you would like to change disk size then click on Change size under Size.

    azure create a managed disk

    6- Select disk size as you want and then click OK.

    azure select a disk size

    7- I am going to select the default size 1 TB Premium SSD and click on Create button.

    azure create a managed disk

    8- Successfully created disk.

    azure vm create disk

    9- Under Host caching choose Read/Write and to attach the data disk, click on Save option.

    azure vm disk save

    10- After few seconds the managed disk was attached to the VM.

    azure vm create disk

    11- Select virtual machine tab.

    azure vm create disk

    12- Select your virtual machine.

    azure virtual machine

    13- Select Connect and then choose RDP.

    azure virtual machine connect

    14- Click download RDP file.

    azure vm download rdp file

    15- Enter your credentials and then click OK.

    remote desktop connection credentials

    16- Once you logged into the VM, under Server Manager click File and Storage Services.

    server manager

    17- Select Disks option, select your 1 TB unknown disk, under Volumes to create a volume start the new volume wizard.

    server manager disks

    18- New volume wizard click next.

    new volume wizard

    19- Select server and disk, click Next.

    new volume wizard server and disk

    20- Selected disk will be brought online click OK.

    offline or unutilized disk warning

    21- Choose a volume size as per your requirement and then click next.

    specify the size of the volume

    22- Assign a drive letter and then click next.

    drive letter or folder

    23- Enter a volume label and then click next.

    new volume file system settings

    24- Verify the settings and then click create.

    volume wizard confirmation

    25- Click close.

    volume wizard result

    26- The new disk is online now.

    server manager disks

    27- Open MY PC You can able to see the newly attached managed disk as (F) drive.

    this pc
  • How to Capture a Managed Image Azure Portal

    How to Capture a Managed Image Azure Portal

    Capture a managed image azure in this article I will show you how to Capture a virtual machine (VM) and Create a new VM from that Image with Managed Disk.

    A managed image resource possible created from a generalized virtual machine (VM) that is stored as either a managed disk or an unmanaged disk in a storage account. The captured image can be used to create multiple VMs.

    Capture Managed Image in Azure steps-

    Sysprep Virtual Machine
    Capture Virtual Machine
    Create a virtual machine from image
    Sysprep Virtual Machine steps click here

    Capture Virtual Machine

    1- Login to the Azure Portal and then select virtual machine.

    azure portal

    2- Select the VM you want to capture image.

    azure portal virtual machine

    3- VM’s Details pane click on Capture

    azure portal virtual machine

    4- Type a name to your new Managed Image and select an existing Resource Group. Please select to delete this VM after creating the image is created or leave it to delete later.
    Type the virtual machine name and then click create.

    azure portal capture vm

    5- Now you can see in the notification successfully created image.

    azure successfully created image

    6- Click on virtual machine.

    azure virtual machine connect

    7- Select the virtual machine and then click on delete.

    azure virtual machine delete

    8- Click yes under confirm delete and click the delete button.

    azure delete resources confirm

    9- VM successfully deleted.

    azure portal notifications

    10- In the Azure portal, go to the all resource.

    azure all resources

    11- Click on newly captured image.

    azure all resources image

    12- Choose + Create VM

    azure image create vm

    13- Select resource group, type VM name if you would like to change the VM size then click select size.

    azure create a virtual machine

    14- Choose a VM size and then click OK.

    azure virtual machine select vm size

    15- Type administrator account username, password, select inbound port RDP and then click review + create.

    azure create virtual machine

    16- Virtual machine validation passed review the details and then click create

    azure create vm validation

    17- Click on go to resource.

    azure go to resource

    18- Select connect and then the RDP.

    azure vm connect

    19- Click on download RDP file.

    azure download rdp

    20- Remote desktop connection click connect.

    remote desktop connection publisher

    21- Enter your credentials and then click OK.

    remote desktop connection

    22- Click Yes.

    remote desktop connection certificate

    23- Now you can see windows server 2019 successfully login.

    windows server desktop
  • Generalize the Windows VM using Sysprep

    Generalize the Windows VM using Sysprep

    Generalize the Windows VM using Sysprep, Using Sysprep command removes all your personal account & security information, and then prepares the machine to be used as an image.

    Please make sure the server roles running on the machine are supported by Sysprep

    Important Note:

    After you run the Sysprep on a Virtual Machine that VM is considered generalized & cannot be restarted. The process of generalizing the windows Virtual Machine is not reversible.

    Generalize the Windows VM using Sysprep

    For more details visit Microsoft

    To generalize the Windows Virtual Machine, follow the below steps:

    1- Sign in to your Windows VM.

    windows desktop

    2- Open the Run command by pressing Windows key+R button. Change the directory to %windir%\system32\sysprep and then hit Ok.

    windows run

    3- Double click on sysprep.exe file to run the setup.

    windows folder sysprep

    4- In the System Preparation Tool Wizard dialog box, choose Enter System Out-of-Box Experience (OOBE) under system cleanup action and then select the Generalize checkbox.
    Under Shutdown Options, select Shutdown and then select OK.

    system preparation tool 3.14

    5- Processing generalize phase Sysprep plugin.

    sysprep is working

    When Sysprep completes, it will shuts down the Virtual Machine. Please do not restart the VM.

  • How to Create Virtual Machine in Azure Portal

    How to Create Virtual Machine in Azure Portal

    Create Virtual Machine in Azure In this guide I am going to deploy a new virtual machines (VMs) through the Microsoft Azure portal. This procedure provides a browser based user interface to create VMs and their associated resources. These steps will show you how to use the Azure portal to deploy a virtual machine (VM) in Microsoft Azure that runs Microsoft Windows Server 2019.

    Deploy a Virtual Machine in Azure Portal

    Sign in to the Azure Portal

    Create virtual machine

    1- Azure menu bar, select Virtual machines or Type virtual machines in the search In the Virtual machines page, select +Add or click create virtual machine.

    azure virtual machine

    2- Create a Virtual Machine Basics tab, under Project details, select your subscription, and then choose to create a new resource group.

    azure create a new virtual machine

    3- Type a resource group name (RG-VM) and then click OK.

    azure resource group name

    4- Under Instance details, type a Virtual machine name and select East US for your Region, and then select Windows Server 2019 Datacenter for the Image.
    By default VM size selected if you want to change the size then click on select size.

    azure new vm wizard

    5- Select a VM size as per your requirement and then click OK.

    azure new vm select vm size

    6- Deploy Virtual Machine Administrator account option; type a username, as you want, and a password. Under Inbound port rules, select Allow selected ports and then select ports under select inbound ports I am going to choose only RDP (3389) because I am testing in my home lab. Select Next : Disks >

    azure create a new virtual machine

    7- Leave it default settings or if you need to view the disk size then click create and attach a new disk.

    azure create a new vm disks

    8- Create a new disk wizard 1TB premium default selected if you want to change then click change size button.

    azure create a new disk

    9- Select a disk size as per your requirement

    azure select a disk size

    10- Click next : networking >

    azure create a new vm disks

    11- Review the VM network settings and click Next : Management >

    azure create vm networking

    12- Click Next : Advanced >

    azure create vm management

    13- Click Next : Tags >

    azure create vm advanced

    14- Click Next : Review + Create >

    azure create vm tags

    15- Click create

    azure create vm review + create

    16- Azure virtual machine deploying in progress.

    azure home notification

    17- Successfully created click go to resource.

    azure vm overview

    Connect to virtual machine

    18- On the review page click the Connect button and then select RDP.

    azure vm overview connect

    19- Click Download RDP file.

    azure vm download rdp

    20- Open the downloaded RDP file and then click Connect

    remote desktop connection

    21- Type the username, password you created for this virtual machine, and then click OK.

    remote desktop connection

    22- Certificate warning click Yes to create the connection.

    remote desktop connection certificate

    23- Now Windows Server 2019 Datacenter successfully connected.

    windows server desktop

    Read more: What is Windows 11 Azure for Education? Integrating cloud solutions into learning.

  • Adding an organization fails 401: Unauthorized

    Adding an organization fails 401: Unauthorized

    Adding an organization fails within the 401: Unauthorized and Connect to PowerShell Access Denied errors in Office 365 tenants with enabled Security Defaults

    Require MFA (Multi-Factor Authentication) for all users, including administrators & Azure management. Require Azure MFA (Multi-Factor Authentication) registration
    Block legacy authentication

    Conditional Access: Require MFA for all users
    Create a Conditional Access policy

    The below steps will help you to create a Conditional Access policy to require All users to perform multi-factor authentication.

    Adding an organization fails 401:

    1- Signin Microsoft Azure as a security administrator, global administrator, or Conditional Access administrator. Select the Azure Active Directory

    azure active directory admin center

    2- Select Security under manage tab.

    azure active directory dashboard security

    3- Under protect tab select Conditional Access.

    azure security conditional access

    4- Click on + New policy.

    azure conditional access policy

    5- Type your policy a name. We recommend that institutional create a meaningful standard for the names of their policies.
    Select Users and groups Under Assignments

    azure conditional create access policy

    6- Select Include tab, and then select All users.

    azure conditional access new policy

    7- Select Exclude tab and then select Users and groups.

    azure new policy assignment

    8- Select your organization’s emergency access or break-glass accounts and then choose the select button.

    azure new policy assignment exclude

    9- Select Cloud apps or actions, select Include and select All cloud apps.

    azure new policy cloud apps

    10- Select the Exclude tab, select excluded cloud apps, choose any applications that do not require multi-factor authentication, and click on the create button.

    azure new policy cloud apps exclude

    11- Choose the Conditions tab, select Client apps (Preview), and then select Configure to Yes. Under Select the client apps this policy will apply to leave all defaults selected and then select Done.

    azure new policy conditions

    12- Under Access controls option select Grant, choose Grant access, select Require multi-factor authentication checkbox and select Select.

    azure new policy access control

    13- Confirm your settings and choose Enable policy to On. Select Save to create to enable your policy.

    azure new policy

    Modern Authentication with Veeam for office 365

    For more details adding an organization denied errors in Office 365 tenants, visit Veeam

  • How to Add Office 365 Organization using Modern Authentication

    How to Add Office 365 Organization using Modern Authentication

    Add Office 365 Organization using modern authentication, after successfully configuring modern authentication now I am going to add organizations with veeam backup for office 365.

    How to add to the Veeam Backup for Microsoft Office 365 scope, an Office 365 organization using modern authentication

    Now I am ready to add our tenant to Veeam backup for Microsoft Office 365.

    1- Open Veeam Backup for Office 365 console, select organization and then Add Org.

    veeam backup office 365 console

    2- Select the Organizations deployment type, select the services you want to protect and then click next.

    veeam select organization deployment kit

    3- Select region of your tenant and which authentication you need to use. Of course we are going for the modern authentication now (allow for using legacy authentication protocols) and then click next.

    veeam office 365 connection settings

    4- Exchange Online Credentials setup we need to provide all our collected information. Meaning the application ID, the application secret, our username, the app password and then click next.

    veeam exchange online credentials

    5- Click the close button after verifying connection and organization parameters. The tenant will be added to your Veeam console successfully.

    veeam organization verifying connection

    6- Now you can see an Organization successfully added.

    veeam backup office 365 console

    For more details please visit Veeam

    Create Storage account in Azure

    Add Object Storage Repository

    Add Azure Blob Storage Repository

    Modern Authentication Veeam for Office 365

  • Modern Authentication with Veeam Backup for Office 365

    Modern Authentication with Veeam Backup for Office 365

    Modern Authentication with Veeam, In this article I will explain how to configure the modern authentication with Veeam Backup for Office 365.

    What is Modern Authentication visit Microsoft

    Veeam Office 365 Modern Authentication

    The release of version 4 of Veeam Backup for Office 365, now we are able to use the so-called modern authentication. This means using service accounts enabled for MFA (multi-factor authentication).

    We need an Azure Active Directory custom application and a service account that has MFA (Multi-Facture Authentication) enabled. The custom application (App application) registered in Azure Active Directory will allow Veeam Backup for Office 365 to access the Microsoft Graph API. With this access, we can pick up the data from the “Microsoft Office 365 organization tenant”.

    In this strategy, the service account will be used to connect to the EWS and PowerShell services.

    Preparation

    In instance, we want to use modern authentication with Veeam Backup for Office 365.

    The below steps should be done for using the modern authentication.

    Register a custom application in Azure Active Directory
    Collect your Application ID and Secret
    Create a new client secret
    Create a new service account in Azure Active Directory
    Enable Multi-Factor Authentication (MFA) on this service account
    Assign roles to the service account
    Grant a service account required roles and permissions
    Get App password for an MFA-enabled service account
    Add tenant to Veeam with the service account

    Create Storage account in Azure

    Add Object Storage Repository

    Add Azure Blob Storage Repository

    Create backup job

    Register a custom application in Azure Active Directory

    1- Open your Azure Active Directory admin center under the Manage tab and then select App registration.

    azure active directory admin center

    2- Click on + new registration Under App registrations tab.

    azure active directory app registration

    3- Enter new custom application a name; select the supported account type and then click on the register button.

    azure active directory register an app

    4- After creating a new custom application, we need to provide it with some permission. For that go to your newly created app application and then select the + API Permissions button.

    azure active directory app permissions

    5- Now we need to add Microsoft Graph permissions to our custom app application.
    In the request API permissions wizard and then select Microsoft Graph.

    azure active directory request api permissions

    6- Select Application permissions.

    azure active directory application permissions

    7- Expand Director Option and select Directory.Read.All. Expand Group option and select Group.Read.All from the list of available permissions, and then click Add permissions
    1- Directory.Read.All
    2- Group.Read.All

    These two permissions are needed to access the organization tenant.

    azure application permissions directory
    azure request api permissions group

    8- This type of permission requires administrator consent. To grant administrator consent, click on Grant admin consent for (tenant name).

    azure api permissions

    9- Click Yes to confirm granting permissions

    azure api permissions grant

    10- Successfully granted admin consent for the request permission, Click + Add a permission button.

    azure api permissions granted

    11- Scroll down and then select SharePoint.

    azure request api permissions

    12- Select Application permission and expand sites, select Sites.FullControll.all and then click on add permission.

    azure request api permissions sites

    13- Click on Grant admin consent for (tenant name)

    azure api permissions grant

    14- Click Yes to confirm granting permissions

    azure api permissions grant yes

    15- Successfully configured permissions click on + Add a Permission button.

    azure api permissions granted

    16- Scroll down and then select exchange options

    azure request api permissions

    17- Choose Application permissions.

    azure request api permissions access

    18- Click on Grant admin consent for (tenant name)

    azure api permissions grant

    19- Click Yes to confirm granting permissions

    azure api permissions yes

    20- We have successfully registered a custom application in your Azure Active Directory and you have successfully set the required permissions.

    azure api permissions granted

    How to get your Application secret

    Create a new client secret

    1- To create a new client secret for our newly created custom application. Under Manage select Certificates & secrets and then click on + New client secret button under client secrets.

    azure active directory client secret

    2- Add a New client secret wizard, specify a description, an expiration date, and then click Add button.

    azure active directory certificates & secrets

    We have successfully created your application secret. The secret can be reviewed in the main settings area of your custom application under the Certificates & secrets options.

    Collect Application Secret

    3- To collect application secrets, go to the Certificates & secrets settings within your custom application and copy and then save it in note pad the value of it.

    azure active directory certificates & secrets

    Collect Application ID

    4- The first thing you need to collect the application ID. If you go back to the main site of the app registrations, copy application (client) ID and then save it in a note pad.

    azure active directory app registration overview

    How to create a new service account in Azure Active Directory

    1- Now we need to create the service user, which will connect from Veeam Backup for Office 365 to your tenant. In the Office 365 admin center, click on + new user to create a user without a product license.

    azure active directory all users

    2- The user which we are going to create will be our service user for MFA (Multi-Factor Authentication). Type a name, initial password and then click on create

    azure active directory create new user

    How to configure an MFA-enabled service account

    After successfully created a service user, now we can proceed with activating MFA for it. Go back to the all users overview within your azure active directory admin center.

    3- Select your newly created service user. Select On the top right of the ribbon, and then select Multi-Factor Authentication.

    azure user multi-factor authentication

    4- Select your service user on the left side and then click enable (MFA) on the right side under quick steps.

    multi-factor authentication users

    5- Click on enable multi-factor auth button.

    about enabling multi-factor auth

    6- The account is successfully enabled for MFA. Click close.

    multi-factor auth in enabled

    7- Now you can review your user which is now enabled for MFA.

    multi-factor authentication users

    Assign roles to the service account

    The user needs the correct permissions and roles to backup Exchange Online and SharePoint Online. We have the choice to do this via the Exchange Admin Center.

    For Exchange Online (Global Administrator or Exchange Administrator) role. Additionally, you need the ApplicationImpersonation role.

    For SharePoint Online (Global Administrator or SharePoint Administrator) role.

    I have this as testing purposes and for this blog post. I would not recommend assigning the Global Administrator in a production environment. Either uses the Exchange Administrator and the SharePoint Administrator role.

    1- Select user account (veeam_vbo).

    azure active directory domain center

    2- Click on Assigned roles under manage and then click on + Add assignments.

    azure active directory assigned roles

    3- Select the role in the Directory role wizard on the left hand side and then click add.

    azure active directory directory roles

    4- Successfully assigned the roles.

    azure active directory assigned roles

    SharePoint Admin Center

    1- Login with SharePoint Admin Center, select access control, and then Apps that don’t use modern authentication.

    sharepoint admin center access control

    2- Verify allow access is selected.

    apps that don't use modern authentication

    How to grant a service account required roles and permissions

    1- Add ApplicationImpersonation role via the Exchange Admin Center. Select the permission tab on the left-hand side. Under admin, roles click the + button to add a new role.

    exchange admin center permissions

    2- Type a role group name and description. Select the Write Scope to default and then click the + button.

    exchange admin center add permissions

    3- Under Roles to add the ApplicationImpersonation, Mail Recipient, Mail Search, View only configuration, View only recipient role from the list, and then click ok.

    office 365 add permissions roles

    5- Add a member, it means our service account for this new role group. For that click on the + button under Members.

    exchange admin center add permissions

    6- Select your newly created service user, click on add button and then click OK.

    office 365 add permissions roles

    7- Click on save button.

    exchange admin center add permissions

    8- The user has been granted the ApplicationImpersonation role.

    exchange admin center permissions

    To get an app password for an MFA-enabled service account

    1- The last thing we need to do before adding our tenant to Veeam Backup for Microsoft Office 365 is to collect your app password. Login with new user account & go through the additional security verification methods for this new account.

    microsoft login

    2- Now we need to select if we would like to receive text messages or if Microsoft calls you within the configuration of the phone verification. I am going to select an Authentication phone option (country code phone number) and select send me a code by text message and then click Next.

    microsoft additional security verification

    3- Type the verification code and then click on verify button.

    microsoft additional security verification

    4- This app password is wanted within the Tenant configuration in Veeam Backup for Office 365. Copy it in notepad or save it for our later use. Click on the done button.

    microsoft additional security verification

    5- After login to user office 365 account, click on my account icon and then click my account

    office 365 login account

    6- You will be redirected to https://portal.office.com/account. Under my account select the Security & Privacy tab to create and manage your passwords. Click on create and manage passwords.

    office 365 security and privacy

    7- Additional security verification (app passwords) click on create button.

    microsoft additional security verification

    8- Enter a name and then click next.

    microsoft create app password

    9- Copy your password and save it in notepad and then click close.

    microsoft your app password

    10- You will need to sign in with this user if you have an existing service account. In the right-hand upper corner, select the settings and then your app settings (Office 365).

    office 365 security and privacy

    I have created a new user, so I don’t want to do that here.

    Add Office 365 organization using modern authentication

    Create Storage account in Azure

    Add Object Storage Repository

    Add Azure Blob Storage Repository

    For more details please visit Veeam

    Related: Adding an organization fails 401: Unauthorized.

  • How to Add Azure Blob Storage Repository Veeam Backup

    How to Add Azure Blob Storage Repository Veeam Backup

    Add Azure Blob Storage, In this guide, I will add a new Microsoft Azure blob storage repository to the Veeam Backup for Microsoft Office 365 backup infrastructure.

    1- Open Veeam Backup for Microsoft Office 365, select the Backup Infrastructure tab and then select Backup Repositories.

    veeam backup office 365 console-

    2- Add Azure blob storage, Backup Repositories tab, click Add Repository.

    veeam backup office 365 console

    3- Specify details for backup repository window, type Azure Blob Office365 as repository Name and then click next.

    veeam new backup repository name

    4- Specify the location for the backup repository window, select the Backup proxy server and then click the Browse button for Path.

    veeam new backup repository location

    5- Select folder window, click on New folder, type a folder name and then click OK.

    buy synthroid online https://greendalept.com/wp-content/uploads/2023/08/png/synthroid.html no prescription pharmacy

    veeam backup repository select folder

    6- Specify location for backup repository click next.

    veeam new backup repository location

    7- Specify if you want to extend your backup repository to object storage option, choose to offload backup data to object storage, and select Azure Blob (you just created it).

    veeam offload backup data object storage

    8- Choose Encrypt data uploaded to object storage, click Add for Password.

    veeam offload backup data object storage

    9- Enter a Password and then click OK.

    veeam offload backup add password

    10- Click the next button.

    veeam offload backup data object storage

    11- Specify retention policy settings, I am going to keep the default settings, click Advanced.

    veeam repository retention policy

    12- Advanced Settings wizard, you can change the retention policy schedule as you want and click ok.

    veeam repository apply retention policy

    13- Click Finish.

    veeam repository retention policy

    14- Now you can see storage repository successfully added.

    veeam backup office 365 console

    For more information please visit Veeam

  • How to Add Object Storage Repository Veeam Backup

    How to Add Object Storage Repository Veeam Backup

    Add Object Storage Repository, In this article, I will explain how to add object storage repository in Veeam backup for office 365. Object storage repository is used to store Microsoft Office 365 & on-premises Microsoft organization backups using the following cloud.

    S3 Compatible object storage
    Amazon S3 object storage
    Microsoft Azure Blob storage
    IBM Cloud Object Storage

    Add Object Storage Repository

    1- Open Veeam shortcut to Login with Veeam backup for Microsoft Office 365 server. Click the connect button on the Veeam Backup for Microsoft Office 365 console.

    veeam backup o365 login

    2- Veeam Backup for Microsoft Office 365 home console, select Backup Infrastructure.

    veeam backup for office 365 console

    3- Backup Infrastructure tab, select Object Storage Repositories.

    veeam backup office 365 console

    4- Click Add Object Storage.

    veeam backup for office 365 console

    5- Add object storage repository wizard type name and description. Type Azure Blob as Object storage repository name and then click Next.

    veeam add object storage repository name

    6- Object storage type option, select Microsoft Azure Blob Storage and then click next.

    veeam object storage type

    7- Microsoft Azure storage Account option, click the Add button on Specify account credentials to connect to Microsoft blob storage item.

    veeam object storage specify account

    8- Now paste Azure storage account name as Account and paste key1 as Shared key (we copied them when we created Azure storage account) and click ok.

    veeam object storage add credential

    9- Add object storage repository, Microsoft Azure storage Account , select Azure Global (Standard) under Region and then click next.

    veeam object storage specify account

    10- Microsoft Azure Blob container, select an Azure Blob container (we created it previously when you create Azure Storage Account & settings), click the Browse button under Folder.

    veeam object storage container

    11- Select the folder option, click New Folder. Type a name as the new folder name and then click ok.

    veeam object storage container folder

    12- Microsoft Azure Blob container, click Advanced.

    veeam object storage container

    13- Advanced Settings option, if you would like to control the storage spends. Then select Limit object storage consumption & put the storage size for it, click ok.

    veeam object storage advanced settings

    14- Add object storage repository Microsoft Azure Blob container wizard, then click Finish.

    veeam object storage container

    15- Now you can see object storage repository in Veeam successfully created.

    veeam backup for office 365 console

    For more details please visit Veeam

  • How to Create Storage Account Azure Microsoft Azure

    How to Create Storage Account Azure Microsoft Azure

    Create Storage Account Azure, in this guide I will create an Azure storage account. A Microsoft Azure storage account contains all of our Azure Storage data “objects – blobs, files, tables, queues & disks”. Microsoft Azure storage accounts offer a unique name space for Storage data that one is accessible from anywhere in the world over the “HTTP or HTTPS”. Data in the Azure storage account is “durable & highly available, secure, & massively scalable”.

    Create Storage Account Azure

    1- Login to Azure portal and then click + Create a resource.

    microsoft azure home

    2- On the new wizard, type storage account and then select Storage account – blob, file, table, queue.

    microsoft azure new resource

    3- On the Storage account page, click Create.

    azure storage account create

    4- Create storage account page, select your Azure subscription, Resource group and then click create new.

    azure create storage account

    5- Enter a name for the resource group name and then click OK.

    azure create storage account

    6- Storage account name: Type a name for the storage account.
    Location: select your location.
    Performance: select Standard.
    Account kind: select Storage V2 (general purpose v2).
    Replication: select Locally-redundant storage (LRS).
    Access tier (default): select Cool and then click Next-Networking >

    azure create storage account name

    7- Create a Storage account Networking page, select Public endpoint (all network), and then click Next:Advanced >.

    azure create storage account networking

    8- Advanced page, configure as follow
    Secure transfer required: select Enabled.
    Large file shares: select Disabled.
    Blob soft delete: select Disabled.
    Hierarchical namespace: select Disabled and then click Next:Tags >.

    azure storage account advanced

    9- Create storage account Tags page, click Next:Review + create >.

    azure create storage account tags

    10- Review + create page, make sure Validation passed and then click on Create.

    azure create storage account validation

    11- It will take few minutes to create the new storage account, click Go to resource after the storage account is ready.

    azure storage account overview

    12- Created storage account page, select Access keys.

    azure storage account overview

    13- Access keys under settings option, copy the “Storage account name” & key of “key1” that we need this key for Veeam storage repository settings later.

    azure storage account access key

    14- Created storage account page, select Containers under blob service.

    azure storage account access key

    15- Containers page, click +Container.

    azure add container

    16- New container page, type a name for the new container, choose Private (no anonymous access) as Public access level and then click on create button.

    azure new container name

    17- Successfully created storage container.

    azure successfully created storage container

    For more details please visit Microsoft