Skip to content
Getting Started

Microsoft Azure

The requirements to integrate the solution into your Microsoft 365 and Azure environment — user account, subscription, enterprise applications, and DNS.

Updated June 5, 20262 min read

Microsoft 365 Entra ID user account

To allow us to sign in via SSO to the various platforms of your ecosystem, please create a user account for Hilo Tech.

Configuring the Mail field for an unlicensed user

  1. Open Windows Terminal

    CTRL+R > wt > Enter

  2. Install PowerShell 7 (if not already installed)

    winget install --id Microsoft.PowerShell --source winget
    
  3. Install the Microsoft Graph module (if not already installed)

    Install-Module Microsoft.Graph -Scope CurrentUser
    
  4. Restart your terminal

  5. Set the variables

    # Replace the email below with the user account email
    $UPN = "hilotech@yourdomain.com"
    
    # Replace the value below with your tenant ID
    $tenantId = "12345678-1234-1234-1234-123"
    
    Connect-MgGraph -Scopes "User.ReadWrite.All" -TenantId $tenantId
    
    Update-MgUser -UserId $UPN -Mail $UPN
    

Microsoft Azure hosting paid by Hilo Tech

To allow us to deploy a new Microsoft Azure subscription on your Microsoft 365 tenant and cover its costs, please:

  1. Accept the Microsoft partner link as a Global Administrator

There may be a delay of a few days before the Azure subscription appears in your tenant. Once the Azure subscription has been added, please designate the user account hilotech@yourdomain.com as Owner of the subscription.

See the documentation on this topic: Azure subscription — IAM permissions

If you prefer to pay for your resources yourself

If you wish to cover the costs of the Azure resources directly:

  1. Create a resource group.

  2. Add hilotech@yourdomain.com as an owner of this resource group.

Enterprise applications

Documentation Requirement
SSO sign-in via OAuth Required
AI connection to Microsoft 365 Optional
SharePoint RAG Optional

Domain, DNS & SSL

Information to send to the technician

Configuration Required information
SSO OAuth Tenant ID, application (client) ID, secret value
(Optional) SharePoint RAG Tenant ID, application (client) ID, secret value

Need a hand?

Our team can walk through these steps with you in a meeting with screen sharing.

Contact Hilo Tech

Back to the collection : Getting Started