Skip to content

Commit 50ff3aa

Browse files
Merge pull request #218416 from bmansheim/fix-404-enable-storage
Fix links to API docs
2 parents a247ca6 + f4cc16c commit 50ff3aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/azure-defender-storage-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Micros
162162
Replace `{subscriptionId}` with your subscription ID.
163163

164164
> [!TIP]
165-
> You can use the [Get](/rest/api/defenderforcloud/pricings/get.md) and [List](/rest/api/defenderforcloud/pricings/list.md) API requests to see all of the Defender for Cloud plans that are enabled for the subscription.
165+
> You can use the [Get](/rest/api/defenderforcloud/pricings/get) and [List](/rest/api/defenderforcloud/pricings/list) API requests to see all of the Defender for Cloud plans that are enabled for the subscription.
166166
167167
To disable the plan, set the `-pricingTier` property value to `Free` and remove the `subPlan` parameter.
168168

169-
Learn more about the [updating Defender plans with the REST API](/rest/api/defenderforcloud/pricings/update.md) in HTTP, Java, Go and JavaScript.
169+
Learn more about the [updating Defender plans with the REST API](/rest/api/defenderforcloud/pricings/update) in HTTP, Java, Go and JavaScript.
170170

171171
## [Per-transaction pricing](#tab/per-transaction/)
172172

@@ -317,7 +317,7 @@ Replace `{subscriptionId}` with your subscription ID.
317317

318318
To disable the plan, set the `-pricingTier` property value to `Free` and remove the `subPlan` parameter.
319319

320-
Learn more about the [updating Defender plans with the REST API](/rest/api/defenderforcloud/pricings/update.md) in HTTP, Java, Go and JavaScript.
320+
Learn more about the [updating Defender plans with the REST API](/rest/api/defenderforcloud/pricings/update) in HTTP, Java, Go and JavaScript.
321321

322322
### Set up per-transaction pricing for an account
323323

0 commit comments

Comments
 (0)