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: articles/cyclecloud/cluster-references/volume-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Cluster Template Reference - Volumes
3
3
description: Read reference material for including volumes in cluster templates to be used with Azure CycleCloud. A volume represents an Azure Disk.
4
4
author: adriankjohnson
5
-
ms.date: 07/15/2024
5
+
ms.date: 01/07/2025
6
6
ms.author: adjohnso
7
7
ms.topic: conceptual
8
8
ms.service: azure-cyclecloud
@@ -44,7 +44,7 @@ Attribute | Type | Definition
44
44
------ | ----- | ----------
45
45
Size | String | (Required) Size of disk in GB
46
46
VolumeId | String | Resource id for existing Azure Disk.
47
-
StorageAccountType | String | UltraSSD_LRS, Premium_LRS, StandardSSD_LRS, Standard_LRS ([Azure Disk Types](/azure/virtual-machines/linux/disks-types)) If not set, defaults to Standard_LRS or Premium_LRS depending on VM size capabilities.
47
+
StorageAccountType | String | UltraSSD_LRS, Premium_LRS, StandardSSD_LRS, Standard_LRS, PremiumV2_LRS ([Azure Disk Types](/azure/virtual-machines/linux/disks-types)) If not set, defaults to Standard_LRS or Premium_LRS depending on VM size capabilities.
48
48
DiskIOPSReadWrite | Integer | Provisioned IOPS see [Ultra Disks](/azure/virtual-machines/linux/disks-types#ultra-disk)
49
49
DiskMBPSReadWrite | Integer | Disk throughput MB/s see [Ultra Disks](/azure/virtual-machines/linux/disks-types#ultra-disk)
50
50
Azure.Lun | Integer | Override the auto-assigned LUN ID.
Copy file name to clipboardExpand all lines: articles/cyclecloud/how-to/managed-identities.md
+15-71Lines changed: 15 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,90 +32,34 @@ It is still possible to enter the standard set of credentials by simply unchecki
32
32
33
33
The simplest option (with sufficient access rights) is to assign the Contributor Role for the Subscription to the CycleCloud VM as a System-Assigned Managed Identity. However, the Contributor Role has a higher privilege level than CycleCloud requires. A [custom Role](/azure/role-based-access-control/custom-roles) may be created and assigned to the VM.
34
34
35
-
A sufficient policy for most CycleCloud features is posted below.
Make sure to replace `<SubscriptionId>` with your subscription id. This role is scoped to a subscription, but it can be scoped to a single resource group if preferred. Note also that the name must be unique to the tenant.
99
40
100
41
> [!IMPORTANT]
101
-
> The use of a custom role requires an Azure AD Premium P1 license. To find the right license for your requirements, see [Comparing generally available features of the Free, Basic, and Premium editions.](https://azure.microsoft.com/pricing/details/active-directory/)
42
+
> The use of a custom role requires an Microsoft Entra ID P1 license. To find the right license for your requirements, see [Microsoft Entra plans and pricing](https://azure.microsoft.com/pricing/details/active-directory/).
102
43
103
44
#### Optional Permissions
104
45
105
-
To enable CycleCloud to assign Managed Identities to VMs it creates within clusters, add the following ``"actions"``:
46
+
If you are scoping CycleCloud to use a single resource group per cluster, you can remove the following from `actions`:
0 commit comments