Skip to content

Commit 49797a7

Browse files
Merge pull request #290510 from dlepow/patch-132608
[APIM] Update api-management-howto-add-products.md
2 parents 71c7a33 + 781f183 commit 49797a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-howto-add-products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Products are associations of one or more APIs. You can include many APIs and off
149149

150150
```azurecli
151151
az apim product api add --resource-group apim-hello-word-resource-group \
152-
--api-id demo-conference-api --product-id contoso-product \
152+
--api-id petstore-api --product-id contoso-product \
153153
--service-name apim-hello-world
154154
```
155155

@@ -164,7 +164,7 @@ You can remove an API from a product by using the [az apim product api delete](/
164164

165165
```azurecli
166166
az apim product api delete --resource-group apim-hello-word-resource-group \
167-
--api-id demo-conference-api --product-id contoso-product \
167+
--api-id petstore-api --product-id contoso-product \
168168
--service-name apim-hello-world
169169
```
170170

@@ -291,4 +291,4 @@ az apim show --<apim_service_name> --<resource_group_name>
291291
> [!div class="nextstepaction"]
292292
> [Create blank API and mock API responses](mock-api-responses.md).
293293
294-
:::zone-end
294+
:::zone-end

0 commit comments

Comments
 (0)