Thorn Tech Marketing Ad
Skip to main content
Version: Next

Setting up an Instance Identity for StorageLink

Overview

This article goes over how to set up StorageLink with a System-Assigned Managed Identity.

Folders can then use this Identity, instead of hard-coding a Connection String.

Create a Managed Identity

A Managed Identity lets you assign permissions to a VM. This can include access to a Blob Storage Account.

In this section, you will create a System-Assigned Managed Identity for the VM. Then, you will assign it permissions to Blob storage.

Step 1

When setting up the VM, under Management, select System assigned managed identity.

Step 1

Note: You can also turn On System assigned managed identity after the VM has been created.

Step 2

Once you have created your VM, under Settings go to identity.

You will see two tabs:

  • System assigned
  • User assigned

It will default to System assigned, which is what you want.

Under Permissions, click Azure role assignments.

Step 2

Step 3

Click Add role assignment (Preview).

This will open a modal window.

Step 4

Under Scope, select Resource group.

Under Subscription, select the subscription you are currently under.

Under Resource group, select the resource group your VM is located in.

Under Role, select Storage Blob Data Contributor.

After you have properly configured your Role Assignment, press Create.

Note: If your account does not have the proper permissions you may not be able to create Role Assigments.

Once you log into the Web Admin Interface, you will now be able to use instance identity for your Folder mappings to a Blob Storage Account.