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
+5-4
Original file line number
Diff line number
Diff line change
@@ -92,18 +92,19 @@ az role definition create --role-definition '{
92
92
]
93
93
}'
94
94
95
-
sleep 30 # give Azure some time to persist the new role
96
-
97
-
az role assignment create --role hopsfs-storage-permissions --assignee $UA_IDENTITY_PRINCIPAL_ID --scope $STORAGE_ID
95
+
az role assignment create --role hopsfs-storage-permissions --assignee-object-id $UA_IDENTITY_PRINCIPAL_ID --assignee-principal-type ServicePrincipal --scope $STORAGE_ID
98
96
```
99
97
100
98
### Step 1.5: Create Service Principal for Hopsworks services
101
99
102
100
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