Skip to content

Commit 6064c10

Browse files
authored
Fix warnings
1 parent 8c11122 commit 6064c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/data-connectors/commvaultsecurityiq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Use this method for automated deployment of the Commvault Security IQ data conne
103103
2. Select **Timer Trigger**.
104104
3. Enter a unique Function **Name** in the New Function field and leave the default cron schedule of every 5 minutes, then click **Create Function**.
105105
4. Click on the function name and click **Code + Test** from the left pane.
106-
5. Copy the [Function App Code](<Add GitHub link to Function App code>) and paste into the Function App `run.ps1` editor.
106+
5. Copy the **Function App Code** and paste into the Function App `run.ps1` editor.
107107
6. Click **Save**.
108108

109109
3. Configure the Function App
@@ -121,7 +121,7 @@ Use this method for automated deployment of the Commvault Security IQ data conne
121121
(add any other settings required by the Function App)
122122
Set the `uri` value to: `<add uri value>`
123123
>Note: If using Azure Key Vault secrets for any of the values above, use the`@Microsoft.KeyVault(SecretUri={Security Identifier})`schema in place of the string values. Refer to [Azure Key Vault references documentation](/azure/app-service/app-service-key-vault-references) for further details.
124-
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: https://<CustomerId>.ods.opinsights.azure.us.
124+
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
125125
4. Once all application settings have been entered, click **Save**.
126126

127127

0 commit comments

Comments
 (0)