You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/setup_installation/azure/getting_started.md
+2-10
Original file line number
Diff line number
Diff line change
@@ -97,20 +97,12 @@ sleep 30 # give Azure some time to persist the new role
97
97
az role assignment create --role hopsfs-storage-permissions --assignee $UA_IDENTITY_PRINCIPAL_ID --scope $STORAGE_ID
98
98
```
99
99
100
-
Also, assign roles to pull/push images from/to the container registry:
101
-
102
-
```bash
103
-
az role assignment create --assignee $UA_IDENTITY_PRINCIPAL_ID --role AcrPull --scope $ACR_ID
104
-
az role assignment create --assignee $UA_IDENTITY_PRINCIPAL_ID --role "AcrPush" --scope $ACR_ID
105
-
az role assignment create --assignee $UA_IDENTITY_PRINCIPAL_ID --role "AcrDelete" --scope $ACR_ID
106
-
```
107
-
108
100
### Step 1.5: Create Service Principal for Hopsworks services
109
101
110
102
Create a service principal to grant Hopsworks applications with access to the container registry. For example, Hopsworks uses this service principal to push new Python environments created via the Hopsworks UI.
0 commit comments