Skip to content

Commit e374b1a

Browse files
authored
Merge pull request MicrosoftDocs#1094 from sptramer/triage-fixes-190529
Fix issues from 190529 github triage [Closes MicrosoftDocs#1077][Closes MicrosoftDocs#1091]
2 parents 55d8693 + 618e94b commit e374b1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs-conceptual/azps-2.1.0/install-az-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ across PowerShell sessions, see [Persist user credentials across PowerShell sess
121121

122122
## Update the Azure PowerShell module
123123

124-
Because of how the Az module is package, the [Update-Module](/powershell/module/powershellget/update-module)
124+
Because of how the Az module is packaged, the [Update-Module](/powershell/module/powershellget/update-module)
125125
command won't update your installation correctly. Az is technically a meta-module, encompassing all of
126126
the submodules that contain cmdlets to interact with Azure services. That means that to update the
127127
Azure PowerShell module, you will need to __reinstall__, rather than just __update__. This is done in the

docs-conceptual/azps-2.1.0/manage-subscriptions-azureps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Most Azure users will only ever have a single subscription. However, if you are
1414
divided up access to certain resources across groupings, you may have multiple subscriptions within Azure. The CLI supports selecting a subscription
1515
both globally and per command.
1616

17+
For detailed information on subscriptions, billing, and cost management, see the [billing and cost management documentation](/azure/billing/).
18+
1719
## Tenants, users, and subscriptions
1820

1921
You might have some confusion over the difference between tenants, users, and subscriptions within Azure. A _tenant_ is the Azure Active Directory

0 commit comments

Comments
 (0)