Skip to content

Commit a09b656

Browse files
authored
Add-SPOContainerTypeBilling.md
1 parent 6c27c54 commit a09b656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOContainerTypeBilling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This cmdlet attaches the Azure subscription ID, resource group and region with
3131

3232
You must be a SharePoint Embedded Administrator to run this cmdlet. You also need to have owner or contributor permissions on an Azure subscription, with active time bound permission on billing, and on the Resource group.
3333

34-
If you don't have an Azure subscription, follow steps here to [create a subscription](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/initial-subscriptions).
34+
If you don't have an Azure subscription, follow steps here to [create a subscription](/azure/cloud-adoption-framework/ready/azure-best-practices/initial-subscriptions).
3535

3636
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
3737

@@ -40,10 +40,10 @@ For permissions and the most current information about Windows PowerShell for Sh
4040
### Example 1
4141

4242
```powershell
43-
Add-SPOContainerTypeBilling - ContainerTypeId aa1d89b3-b4cf-4c0a-8e1c-0d131c57544a -AzureSubscriptionId 5a8a4d9f-9f8d-4cac-8a97-28ab04ff194c -ResourceGroup "RG100" -Region "(US) East US
43+
Add-SPOContainerTypeBilling - ContainerTypeId aa1d89b3-b4cf-4c0a-8e1c-0d131c57544a -AzureSubscriptionId 5a8a4d9f-9f8d-4cac-8a97-28ab04ff194c -ResourceGroup "RG100" -Region "(US) East US"
4444
```
4545

46-
Example 1 attaches the billing profile of Azure subscription ID 5a8a4d9f-9f8d-4cac-8a97-28ab04ff194c, resource group RG100 and region (US) East US to the container type ID aa1d89b3-b4cf-4c0a-8e1c-0d131c57544a
46+
Example 1 attaches the billing profile of Azure subscription ID "5a8a4d9f-9f8d-4cac-8a97-28ab04ff194c", resource group "RG100" and region "(US) East US" to the container type ID "aa1d89b3-b4cf-4c0a-8e1c-0d131c57544a"
4747

4848

4949
## PARAMETERS

0 commit comments

Comments
 (0)