Skip to content

Commit 86ce1ee

Browse files
committed
variable
1 parent 5beb9cf commit 86ce1ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/api-center/import-api-management-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To allow import of APIs, assign your API center's managed identity the **API Man
155155
156156
```azurecli
157157
# PowerShell syntax
158-
apicObjID=$(az identity show --name <identity-name> --resource-group <resource-group-name> --query "principalId" --output tsv)
158+
$apicObjID=$(az identity show --name <identity-name> --resource-group <resource-group-name> --query "principalId" --output tsv)
159159
```
160160
1. Get the resource ID of your API Management instance using the [az apim show](/cli/azure/apim#az-apim-show) command.
161161
@@ -278,5 +278,6 @@ After importing APIs from API Management, you can view and manage the imported A
278278
## Related content
279279
280280
* [Azure CLI reference for API Center](/cli/azure/apic)
281+
* [Manage API inventory with Azure CLI commands](manage-apis-azure-cli.md)
281282
* [Assign Azure roles to a managed identity](../role-based-access-control/role-assignments-portal-managed-identity.md)
282283
* [Azure API Management documentation](../api-management/index.yml)

articles/api-center/manage-apis-azure-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ To delete individual API versions and definitions, use [az apic api version dele
137137

138138
## Related content
139139

140-
See the [Azure CLI reference for API Center](/cli/azure/apic) for a complete command list, including commands to manage [environments](/cli/azure/apic/environment), [deployments](/cli/azure/apic/api/deployment), [metadata schemas](/cli/azure/apic/metadata-schema), and [API Center services](/cli/azure/apic/service).
140+
* See the [Azure CLI reference for API Center](/cli/azure/apic) for a complete command list, including commands to manage [environments](/cli/azure/apic/environment), [deployments](/cli/azure/apic/api/deployment), [metadata schemas](/cli/azure/apic/metadata-schema), and [API Center services](/cli/azure/apic/service).
141+
* [Import APIs to your API center from API Management](import-api-management-apis.md)

0 commit comments

Comments
 (0)