Skip to content

Commit 20d97e8

Browse files
authored
Merge pull request #199715 from pritamso/Broken-link-fix-peterpogorski
Broken link fix
2 parents 92d3208 + 4fbcbb0 commit 20d97e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/service-fabric/service-fabric-best-practices-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Customers should configure their Azure-hosted workloads and on-premises applicat
221221

222222
## Windows Defender
223223

224-
By default, Windows Defender antivirus is installed on Windows Server 2016. For details, see [Windows Defender Antivirus on Windows Server 2016](/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-on-windows-server-2016). The user interface is installed by default on some SKUs, but is not required. To reduce any performance impact and resource consumption overhead incurred by Windows Defender, and if your security policies allow you to exclude processes and paths for open-source software, declare the following Virtual Machine Scale Set Extension Resource Manager template properties to exclude your Service Fabric cluster from scans:
224+
By default, Windows Defender antivirus is installed on Windows Server 2016. For details, see [Windows Defender Antivirus on Windows Server 2016](/microsoft-365/security/defender-endpoint/microsoft-defender-antivirus-windows). The user interface is installed by default on some SKUs, but is not required. To reduce any performance impact and resource consumption overhead incurred by Windows Defender, and if your security policies allow you to exclude processes and paths for open-source software, declare the following Virtual Machine Scale Set Extension Resource Manager template properties to exclude your Service Fabric cluster from scans:
225225

226226

227227
```json

includes/machine-learning-online-endpoint-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If the value of `bypass` isn't `AzureServices`, use the guidance in the [Configu
6868
```
6969
7070
The results should contain an entry that is similar to `*.<GUID>.inference.<region>`.
71-
1. If no inference value is returned, delete the private endpoint for the workspace and then recreate it. For more information, see [How to configure a private endpoint](/machine-learning/how-to-configure-private-link).
71+
1. If no inference value is returned, delete the private endpoint for the workspace and then recreate it. For more information, see [How to configure a private endpoint](/azure/container-registry/container-registry-private-link).
7272
7373
### Online deployments can't be scored
7474
@@ -95,4 +95,4 @@ If the value of `bypass` isn't `AzureServices`, use the guidance in the [Configu
9595
az ml online-deployment get-logs -e <endpointname> -n <deploymentname>
9696
```
9797
98-
Look through the logs to see if there's a problem running the scoring code when you submit a request to the deployment.
98+
Look through the logs to see if there's a problem running the scoring code when you submit a request to the deployment.

0 commit comments

Comments
 (0)