Skip to content

Commit 067abc8

Browse files
authored
Merge pull request #278785 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 0d698cd + ee50330 commit 067abc8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/automation/automation-create-standalone-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following image shows a standard configuration for a new Automation account.
7373

7474
### Networking
7575

76-
On the **Networking** tab, you can configure connectivity to Automation Account - either publicly via public IP addresses or privately using a [Azure Automation Private Link](./how-to/private-link-security.md). Azure Automation Private Link connects one or more private endpoints (and therefore the virtual networks they are contained in) to your Automation Account resource.
76+
On the **Networking** tab, you can configure connectivity to Automation Account - either publicly via public IP addresses or privately using an [Azure Automation Private Link](./how-to/private-link-security.md). Azure Automation Private Link connects one or more private endpoints (and therefore the virtual networks they are contained in) to your Automation Account resource.
7777

7878
The following image shows a standard configuration for a new Automation account.
7979

articles/azure-monitor/essentials/create-diagnostic-settings.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@ Use the [New-AzDiagnosticSetting](/powershell/module/az.monitor/new-azdiagnostic
9090
The following example PowerShell cmdlet creates a diagnostic setting for all logs, or for audit logs, and metrics for a key vault by using Log Analytics Workspace.
9191

9292
```powershell
93-
$KV= Get-AzKeyVault -ResourceGroupName <resource group name> -VaultName <key vault name>
94-
$Law= Get-AzOperationalInsightsWorkspace -ResourceGroupName <resource group name> -Name <workspace name> #LAW name is case sensitive
93+
$KV = Get-AzKeyVault -ResourceGroupName <resource group name> -VaultName <key vault name>
94+
$Law = Get-AzOperationalInsightsWorkspace -ResourceGroupName <resource group name> -Name <workspace name> # LAW name is case sensitive
9595
96-
$metric = @()
97-
$log = @()
98-
$metric += New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics
96+
$metric = New-AzDiagnosticSettingMetricSettingsObject -Enabled $true -Category AllMetrics
9997
# For all available logs, use:
10098
$log = New-AzDiagnosticSettingLogSettingsObject -Enabled $true -CategoryGroup allLogs
10199
# or, for audit logs, use:

articles/azure-monitor/visualize/workbooks-bring-your-own-storage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ There are times when you might have a query or some business logic that you want
3737

3838
- When you save to custom storage, you can't pin individual parts of the workbook to a dashboard because the individual pins would contain protected information in the dashboard itself. When you use custom storage, you can only pin links to the workbook itself to dashboards.
3939
- After a workbook has been saved to custom storage, it will always be saved to custom storage, and this feature can't be turned off. To save elsewhere, you can use **Save As** and elect to not save the copy to custom storage.
40+
- Workbooks saved to custom storage can't be recovered by the support team. Users might be able to recover the workbook content if soft-delete or blob versioning is enabled on the underlying storage account. See [recovering a deleted workbook](workbooks-manage.md#recover-a-deleted-workbook).
41+
- Workbooks saved to custom storage don't support versioning. Only the most recent version is stored. Other versions might be available in storage if blob versioning is enabled on the underlying storage account. See [manage workbook versions](workbooks-manage.md#manage-workbook-versions).
4042

4143
## Next steps
4244

articles/cosmos-db/postgresql/how-to-configure-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export PGPASSWORD=<TOKEN value from the previous step>
153153
You can also combine the previous two steps together using command substitution. The token retrieval can be encapsulated into a variable and passed directly as a value for `PGPASSWORD` environment variable:
154154

155155
```bash
156-
export PGPASSWORD=$(az account get-access-token --resource-type oss-rdbms --query "[accessToken]" -o tsv)
156+
export PGPASSWORD=$(az account get-access-token --resource https://token.postgres.cosmos.azure.com --query "[accessToken]" -o tsv)
157157
```
158158

159159

articles/sentinel/data-connectors/wiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.collection: sentinel-data-connector
1111

1212
# Wiz connector for Microsoft Sentinel
1313

14-
The Wiz connector allows you to easily send Wiz Issues, Vulnerability Findinsg, and Audit logs to Microsoft Sentinel.
14+
The Wiz connector allows you to easily send Wiz Issues, Vulnerability Findings, and Audit logs to Microsoft Sentinel.
1515

1616
This is autogenerated content. For changes, contact the solution provider.
1717

0 commit comments

Comments
 (0)