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
-
Open Windows Terminal
CTRL+R>wt>Enter -
Install PowerShell 7 (if not already installed)
winget install --id Microsoft.PowerShell --source winget -
Install the Microsoft Graph module (if not already installed)
Install-Module Microsoft.Graph -Scope CurrentUser -
Restart your terminal
-
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 $tenantIdUpdate-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:
- 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:
-
Create a resource group.
-
Add
hilotech@yourdomain.comas 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.