Skip to content

Commit 0e335f9

Browse files
Merge pull request #210084 from atikmapari/Broken-link-elkrieger
Broken link fixed
2 parents d7391db + ea6a316 commit 0e335f9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/defender-for-cloud/custom-security-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Below is an example of a custom policy including the metadata/securityCenter pro
297297
}
298298
```
299299

300-
For another example of using the securityCenter property, see [this section of the REST API documentation](/rest/api/defenderforcloud/assessmentsmetadata/createinsubscription#examples).
300+
For another example of using the securityCenter property, see [this section of the REST API documentation](/rest/api/defenderforcloud/assessments-metadata/create-in-subscription#examples).
301301

302302

303303
## Next steps

articles/defender-for-cloud/defender-for-container-registries-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Defender for Cloud pulls the image from the registry and runs it in an isolated
8080
Defender for Cloud filters and classifies findings from the scanner. When an image is healthy, Defender for Cloud marks it as such. Defender for Cloud generates security recommendations only for images that have issues to be resolved. By only notifying you when there are problems, Defender for Cloud reduces the potential for unwanted informational alerts.
8181

8282
### Can I get the scan results via REST API?
83-
Yes. The results are under [Sub-Assessments REST API](/rest/api/defenderforcloud/subassessments/list/). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
83+
Yes. The results are under [Sub-Assessments REST API](/rest/api/defenderforcloud/sub-assessments/list). Also, you can use Azure Resource Graph (ARG), the Kusto-like API for all of your resources: a query can fetch a specific scan.
8484

8585
### What registry types are scanned? What types are billed?
8686
For a list of the types of container registries supported by Microsoft Defender for container registries, see [Availability](#availability).

articles/defender-for-cloud/just-in-time-access-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The following PowerShell commands create this JIT configuration:
205205
206206
The just-in-time VM access feature can be used via the Microsoft Defender for Cloud API. Use this API to get information about configured VMs, add new ones, request access to a VM, and more.
207207
208-
Learn more at [JIT network access policies](/rest/api/defenderforcloud/jitnetworkaccesspolicies).
208+
Learn more at [JIT network access policies](/rest/api/defenderforcloud/jit-network-access-policies).
209209
210210
---
211211
@@ -303,7 +303,7 @@ Learn more in the [PowerShell cmdlet documentation](/powershell/scripting/develo
303303
304304
The just-in-time VM access feature can be used via the Microsoft Defender for Cloud API. Use this API to get information about configured VMs, add new ones, request access to a VM, and more.
305305
306-
Learn more at [JIT network access policies](/rest/api/defenderforcloud/jitnetworkaccesspolicies).
306+
Learn more at [JIT network access policies](/rest/api/defenderforcloud/jit-network-access-policies).
307307
308308
---
309309

articles/defender-for-cloud/secure-score-access-and-track.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To recap, your secure score is shown in the following locations in Defender for
3636

3737
## Get your secure score from the REST API
3838

39-
You can access your score via the secure score API. The API methods provide the flexibility to query the data and build your own reporting mechanism of your secure scores over time. For example, you can use the [Secure Scores API](/rest/api/defenderforcloud/securescores) to get the score for a specific subscription. In addition, you can use the [Secure Score Controls API](/rest/api/defenderforcloud/securescorecontrols) to list the security controls and the current score of your subscriptions.
39+
You can access your score via the secure score API. The API methods provide the flexibility to query the data and build your own reporting mechanism of your secure scores over time. For example, you can use the [Secure Scores API](/rest/api/defenderforcloud/secure-scores) to get the score for a specific subscription. In addition, you can use the [Secure Score Controls API](/rest/api/defenderforcloud/secure-score-controls) to list the security controls and the current score of your subscriptions.
4040

4141
![Retrieving a single secure score via the API.](media/secure-score-security-controls/single-secure-score-via-api.png)
4242

0 commit comments

Comments
 (0)