Configure Your Environment for Storage Management
This article describes configuring Syskit Point to enable the Storage Management feature.
Last updated
Was this helpful?
This article describes configuring Syskit Point to enable the Storage Management feature.
Last updated
Was this helpful?
Syskit Point introduced the new Storage Management for SharePoint Online feature; for it to work, additional configuration of your existing Point instance is needed. This functionality uses an API where the Microsoft backend software aggregates all the information into an XML file and saves it directly on your existing Storage account. For this to work, we generate a , which is passed to the Microsoft backend; Microsoft uses this token to write back the output manifest directly to your blobs. This token is generated with a limited lifetime and scope, and it is shared with Microsoft backend only.
The script will:
Create a Private endpoint so Syskit Point can securely read information from the storage account queue
Configure Firewall rules with exceptions for Microsoft services that need to access your storage account directly
To run the script, you will need to:
Install the Azure CLI -
Or run in Azure Cloud Shell
Please note! When running the script outside the Azure CLI, you must log in using the az login command.
The provided script contains placeholder values that you need to replace with data collected from your environment; this must be done before running the script.
To collect the data:
Find the Resource Group where Syskit Point is deployed, and save the following values:
Resource group name
Subscription ID
Find the Storage account and write down its name (name starts with pointsa*)
Modify the provided script and enter the collected data instead of default values.
To run the script, start Azure CLI
Please note! When running the script outside the Azure CLI, you must log in using the az login command.
After completing the above, restart both App Services inside the Point resource group. After the restart, Syskit Point is configured to collect the storage data from Microsoft.
Login to
Install the Azure CLI -
Or run in Azure Cloud Shell
Please note! If you modified the default ARM template when deploying Syskit Point and introduced custom networking changes, you must modify the provided script before its use. to provide you with more details or further assistance.