Skip to content

Commit 897fedd

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pe-static-ip-posh
2 parents 8ac5ed6 + 3f6d969 commit 897fedd

40 files changed

+623
-546
lines changed

articles/active-directory/develop/workload-identities-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Here are some ways you can use workload identities:
4545
- Review service principals and applications that are assigned to privileged directory roles in Azure AD using [access reviews for service principals](../privileged-identity-management/pim-create-azure-ad-roles-and-resource-roles-review.md).
4646
- Access Azure AD protected resources without needing to manage secrets (for supported scenarios) using [workload identity federation](workload-identity-federation.md).
4747
- Apply Conditional Access policies to service principals owned by your organization using [Conditional Access for workload identities](../conditional-access/workload-identity.md).
48+
- Secure workload identities with [Identity Protection](../identity-protection/concept-workload-identity-risk.md).
4849

4950
## Next steps
5051

articles/azure-monitor/logs/powershell-workspace-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ try {
3636
}
3737
3838
# Create the workspace
39-
New-AzOperationalInsightsWorkspace -Location $Location -Name $WorkspaceName -Sku Standard -ResourceGroupName $ResourceGroup
39+
New-AzOperationalInsightsWorkspace -Location $Location -Name $WorkspaceName -Sku PerGB2018 -ResourceGroupName $ResourceGroup
4040
```
4141

4242
## Create workspace and configure data sources
@@ -71,7 +71,7 @@ try {
7171
}
7272
7373
# Create the workspace
74-
New-AzOperationalInsightsWorkspace -Location $Location -Name $WorkspaceName -Sku Standard -ResourceGroupName $ResourceGroup
74+
New-AzOperationalInsightsWorkspace -Location $Location -Name $WorkspaceName -Sku PerGB2018 -ResourceGroupName $ResourceGroup
7575
7676
# List of solutions to enable
7777
$Solutions = "Security", "Updates", "SQLAssessment"

articles/azure-portal/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@
5252
href: supportability/how-to-manage-azure-support-request.md
5353
- name: View and increase quotas
5454
items:
55+
- name: Quotas overview
56+
href: supportability/quotas-overview.md
5557
- name: View quotas
5658
href: supportability/view-quotas.md
57-
- name: Increase vCPU quotas
59+
- name: Increase compute quotas
5860
items:
5961
- name: Increase VM-family vCPU quotas
6062
href: supportability/per-vm-quota-requests.md
37.4 KB
Loading
51.1 KB
Loading
241 KB
Loading
138 KB
Loading
79.3 KB
Loading
52.8 KB
Loading
27.3 KB
Loading

0 commit comments

Comments
 (0)