Skip to content

Commit e470dbb

Browse files
committed
review comments
1 parent 840a803 commit e470dbb

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

articles/api-center/set-up-api-center-arm-template.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, use an Azure Resource Manager template to set u
44
author: dlepow
55
ms.service: api-center
66
ms.topic: quickstart
7-
ms.date: 05/11/2024
7+
ms.date: 05/13/2024
88
ms.author: danlep
99
---
1010

@@ -29,7 +29,10 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2929

3030
## Review the template
3131

32-
The template used in this quickstart is from [Azure Quickstart Templates](<https://azure.microsoft.com/resources/templates/azure-api-center-create/).
32+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/azure-api-center-create/).
33+
34+
In this example, the template creates an API center in the Free plan and registers a sample API in the default workspace. Currently, API Center supports a single, default workspace for all child resources.
35+
3336

3437
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.apicenter/azure-api-center-create/azuredeploy.json":::
3538

@@ -39,8 +42,6 @@ The following Azure resources are defined in the template:
3942
* [Microsoft.ApiCenter/services/workspaces](/azure/templates/microsoft.apicenter/services/workspaces)
4043
* [Microsoft.ApiCenter/services/workspaces/apis](/azure/templates/microsoft.apicenter/services/workspaces/apis)
4144

42-
In this example, the template creates an API center in the Free plan and registers a sample API in the default workspace.
43-
4445
## Deploy the template
4546

4647
Deploy the template using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-cli.md) such as the following examples using Azure CLI and PowerShell.

articles/api-center/set-up-api-center-bicep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, use Bicep to set up an API center for API disco
44
author: dlepow
55
ms.service: api-center
66
ms.topic: quickstart
7-
ms.date: 05/11/2024
7+
ms.date: 05/13/2024
88
ms.author: danlep
99
---
1010

@@ -25,7 +25,9 @@ ms.author: danlep
2525
## Review the Bicep file
2626

2727
The Bicep file used in this quickstart is from
28-
[Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-api-center-create).
28+
[Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/azure-api-center-create/).
29+
30+
In this example, the Bicep file creates an API center in the Free plan and registers a sample API in the default workspace. Currently, API Center supports a single, default workspace for all child resources.
2931

3032
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.apicenter/azure-api-center-create/main.bicep":::
3133

@@ -35,8 +37,6 @@ The following Azure resources are defined in the Bicep file:
3537
* [Microsoft.ApiCenter/services/workspaces](/azure/templates/microsoft.apicenter/services/workspaces)
3638
* [Microsoft.ApiCenter/services/workspaces/apis](/azure/templates/microsoft.apicenter/services/workspaces/apis)
3739

38-
In this example, the Bicep file creates an API center in the Free plan and registers a sample API in the default workspace.
39-
4040
## Deploy the Bicep file
4141

4242
You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more information about deploying Bicep files, see [Deploy](../azure-resource-manager/bicep/deploy-cli.md).

0 commit comments

Comments
 (0)