|
| 1 | +--- |
| 2 | +title: Change SKU selection |
| 3 | +description: How-to change your SKU for Trusted Signing account. |
| 4 | +author: mehasharma |
| 5 | +ms.author: mesharm |
| 6 | +ms.service: trusted-signing |
| 7 | +ms.topic: how-to |
| 8 | +ms.date: 05/30/2024 |
| 9 | +--- |
| 10 | + |
| 11 | + |
| 12 | +# Select or change Trusted Signing SKU (Pricing tier) |
| 13 | + |
| 14 | +Trusted Signing provides a choice between two pricing tiers: Basic and Premium. Both tiers are tailored to offer the service at an optimal cost, suitable for any signing scenario. |
| 15 | + |
| 16 | +## SKU (Pricing tier) overview |
| 17 | + |
| 18 | +Each pricing tier provides varying options for the number of certificate profile types available and the monthly allocation of signatures. |
| 19 | + |
| 20 | +| Subscription level | Basic | Premium | |
| 21 | +| :------------------- | :------------------- |:---------------| |
| 22 | +| Price(monthly) | **$9.99 / account** | **$99.99 / account** | |
| 23 | +| Quota (signatures / month) | 5,000 | 100,000 | |
| 24 | +| Price after quota is reached | $0.005 / signature | $0.005 / signature | |
| 25 | +| Certificate Profiles | 1 of each available type | 10 of each available type | |
| 26 | +| Public-Trust Signing | Yes | Yes | |
| 27 | +| Private-Trust Signing | Yes | Yes | |
| 28 | + |
| 29 | +**Note**: The pricing tier is also referred to as the SKU. |
| 30 | + |
| 31 | + |
| 32 | +## Change SKU |
| 33 | + |
| 34 | +You can change the SKU for a Trusted Signing account at any time by upgrading to Premium or downgrading to Basic. This change can be done from both the Azure portal and from Azure CLI. |
| 35 | + |
| 36 | +- SKU updates are effective from next billing cycle. |
| 37 | +- SKU limitations for updated SKU are enforced after the update is successful. |
| 38 | +- Downgrade to Basic: |
| 39 | + - The Basic SKU allows only one certificate profile of each type. For example, if you have two certificate profiles of type Public Trust, you need to delete any one profile to be eligible to downgrade. Same applies for other certificate profile types as well. |
| 40 | +- Upgrade to Premium: |
| 41 | + - There are no limitations when you upgrade to the Premium SKU from Basic SKU. |
| 42 | +- After changing the SKU, you're required to manually refresh the Account Overview section to see the updated SKU under SKU (Pricing tier). (This limitation is known, and being actively worked on to resolve). |
| 43 | + |
| 44 | +# [Azure portal](#tab/sku-portal) |
| 45 | + |
| 46 | +To change the SKU (Pricing tier) from the Azure portal, follow these steps: |
| 47 | + |
| 48 | +1. Sign in to the Azure portal. |
| 49 | +2. Navigate to your Trusting Signing account in the Azure portal. |
| 50 | +3. On the account Overview page, locate the current **SKU (Pricing tier)**. |
| 51 | +4. Select the current SKU selection hyperlink. Your current selection is highlighted in the "choose pricing tier" window. |
| 52 | +5. Select the SKU you want to update to (for example, downgrade to Basic or upgrade to Premium) and select **Update**. |
| 53 | + |
| 54 | + |
| 55 | +# [Azure CLI](#tab/sku-cli) |
| 56 | + |
| 57 | +To change the SKU with Azure CLI, use the following command: |
| 58 | + |
| 59 | +``` |
| 60 | +az trustedsigning update -n MyAccount -g MyResourceGroup --sku Premium |
| 61 | +``` |
| 62 | +--- |
| 63 | + |
| 64 | +## Cost Management and Billing |
| 65 | + |
| 66 | +**Cost Management** |
| 67 | + |
| 68 | +View and estimate the cost of your Trusted Signing resource usage. |
| 69 | +1. In the Azure portal, search **Subscriptions**. |
| 70 | +2. Select the **Subscription**, where you have created Trusted Signing resources. |
| 71 | +3. Select Cost Management from the menu on the left. Learn more about using [Cost Management](https://learn.microsoft.com/azure/cost-management-billing/costs/). |
| 72 | +4. For Trusted Signing, you can see costs associated to your Trusted Signing account. |
| 73 | + |
| 74 | +**Billing** |
| 75 | + |
| 76 | +View Invoice for Trusted Signing service. |
| 77 | +1. In the Azure portal, search **Subscriptions**. |
| 78 | +2. Select the **Subscription**, where you have created Trusted Signing resources. |
| 79 | +3. Select Billing from the menu on the left. Learn more about [Billing](https://learn.microsoft.com/azure/cost-management-billing/manage/). |
0 commit comments