Skip to content

Commit 631ea7e

Browse files
authored
Merge pull request #291166 from MicrosoftDocs/main
11/27/2024 PM Publish
2 parents 064975c + be5df66 commit 631ea7e

File tree

97 files changed

+679
-1338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+679
-1338
lines changed

.openpublishing.redirection.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,31 @@
37513751
"redirect_document_id": false
37523752
},
37533753
{
3754+
"source_path_from_root": "/articles/defender-for-iot/device-builders/quickstart-upload-firmware-using-azure-command-line-interface.md",
3755+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3756+
"redirect_document_id": false
3757+
},
3758+
{
3759+
"source_path_from_root": "/articles/defender-for-iot/device-builders/quickstart-upload-firmware-using-powershell.md",
3760+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3761+
"redirect_document_id": false
3762+
},
3763+
{
3764+
"source_path_from_root": "/articles/defender-for-iot/device-builders/tutorial-analyze-firmware.md",
3765+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3766+
"redirect_document_id": false
3767+
},
3768+
{
3769+
"source_path_from_root": "/articles/defender-for-iot/device-builders/defender-iot-firmware-analysis-faq.md",
3770+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3771+
"redirect_document_id": false
3772+
},
3773+
{
3774+
"source_path_from_root": "/articles/defender-for-iot/device-builders/defender-iot-firmware-analysis-rbac.md",
3775+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3776+
"redirect_document_id": false
3777+
},
3778+
{
37543779
"source_path_from_root": "/articles/virtual-network/ip-services/public-ip-upgrade-portal.md",
37553780
"redirect_url": "/azure/virtual-network/ip-services/public-ip-upgrade",
37563781
"redirect_document_id": false
@@ -3764,6 +3789,16 @@
37643789
"source_path_from_root": "/articles/virtual-network/ip-services/public-ip-upgrade-powershell.md",
37653790
"redirect_url": "/azure/virtual-network/ip-services/public-ip-upgrade",
37663791
"redirect_document_id": false
3792+
},
3793+
{
3794+
"source_path_from_root": "/articles/defender-for-iot/device-builders/quickstart-upload-firmware-using-python.md",
3795+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3796+
"redirect_document_id": false
3797+
},
3798+
{
3799+
"source_path_from_root": "/articles/defender-for-iot/device-builders/overview-firmware-analysis.md",
3800+
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
3801+
"redirect_document_id": false
37673802
}
37683803
]
3769-
}
3804+
}

articles/api-management/api-management-get-started-revise-api.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77
ms.service: azure-api-management
88
ms.custom: mvc, devx-track-azurecli, devdivchpfy22
99
ms.topic: tutorial
10-
ms.date: 07/31/2024
10+
ms.date: 11/27/2024
1111
ms.author: danlep
1212

1313
---
@@ -31,7 +31,7 @@ In this tutorial, you learn how to:
3131
> * Browse the developer portal to see changes and change log
3232
> * Access an API revision
3333
34-
:::image type="content" source="media/api-management-getstarted-revise-api/azure-portal.png" alt-text="Screenshot of API revisions in the Azure portal." lightbox="media/api-management-getstarted-revise-api/azure-portal.png":::
34+
:::image type="content" source="media/api-management-get-started-revise-api/azure-portal.png" alt-text="Screenshot of API revisions in the Azure portal." lightbox="media/api-management-get-started-revise-api/azure-portal.png":::
3535

3636
## Prerequisites
3737

@@ -43,11 +43,11 @@ In this tutorial, you learn how to:
4343

4444
1. Sign in to the [Azure portal](https://portal.azure.com), and go to your API Management instance.
4545
1. In the left menu, under **APIs**, select **APIs**.
46-
2. Select **Demo Conference API** from the API list (or another API to which you want to add revisions).
46+
2. Select **Swagger Petstore** from the API list (or another API to which you want to add revisions).
4747
3. Select the **Revisions** tab.
4848
4. Select **+ Add revision**.
4949

50-
:::image type="content" source="media/api-management-getstarted-revise-api/07-add-revisions-01-add-new-revision.png" alt-text="Screenshot of adding an API revision in the portal.":::
50+
:::image type="content" source="media/api-management-get-started-revise-api/07-add-revisions-01-add-new-revision.png" alt-text="Screenshot of adding an API revision in the portal.":::
5151

5252
> [!TIP]
5353
> You can also select **Add revision** in the context menu (**...**) of the API.
@@ -61,7 +61,7 @@ In this tutorial, you learn how to:
6161
6262
## Make nonbreaking changes to your revision
6363

64-
1. Select **Demo Conference API** from the API list.
64+
1. Select **Swagger Petstore** from the API list.
6565
1. Select the **Design** tab near the top of the screen.
6666
1. Notice that the **revision selector** (directly above the design tab) shows **Revision 2** as currently selected.
6767

@@ -71,7 +71,7 @@ In this tutorial, you learn how to:
7171
1. Set your new operation to **POST**, and the **Display name**, **Name**, and **URL** of the operation as **test**.
7272
1. **Save** your new operation.
7373

74-
:::image type="content" source="media/api-management-getstarted-revise-api/07-add-revisions-02-make-changes.png" alt-text="Screenshot showing how to add an operation in a revision in the portal.":::
74+
:::image type="content" source="media/api-management-get-started-revise-api/07-add-revisions-02-make-changes.png" alt-text="Screenshot showing how to add an operation in a revision in the portal.":::
7575
1. You've now made a change to **Revision 2**. Use the **revision selector** near the top of the page to switch back to **Revision 1**.
7676
1. Notice that your new operation doesn't appear in **Revision 1**.
7777

@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
8585
1. Select the **Post to Public Change log for this API** checkbox, if you want to post notes about this change. Provide a description for your change that the developers can see, for example: **Testing revisions. Added new "test" operation.**
8686
1. **Revision 2** is now current.
8787

88-
:::image type="content" source="media/api-management-getstarted-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal." lightbox="media/api-management-getstarted-revise-api/revisions-menu.png":::
88+
:::image type="content" source="media/api-management-get-started-revise-api/revisions-menu.png" alt-text="Screenshot of revision menu in Revisions window in the portal." lightbox="media/api-management-get-started-revise-api/revisions-menu.png":::
8989

9090
### [Azure CLI](#tab/azure-cli)
9191

@@ -95,7 +95,7 @@ To begin using Azure CLI:
9595

9696
Use this procedure to create and update a release.
9797

98-
1. Run the [az apim api list](/cli/azure/apim/api#az-apim-api-list) command to see your API IDs:
98+
1. Run the [az api list](/cli/azure/apim/api#az-apim-api-list) command to see your API IDs:
9999

100100
```azurecli
101101
az apim api list --resource-group apim-hello-word-resource-group \
@@ -108,7 +108,7 @@ Use this procedure to create and update a release.
108108

109109
```azurecli
110110
az apim api release create --resource-group apim-hello-word-resource-group \
111-
--api-id demo-conference-api --api-revision 2 --service-name apim-hello-world \
111+
--api-id swagger-petstore --api-revision 2 --service-name apim-hello-world \
112112
--notes 'Testing revisions. Added new "test" operation.'
113113
```
114114

@@ -118,7 +118,7 @@ Use this procedure to create and update a release.
118118

119119
```azurecli
120120
az apim api release list --resource-group apim-hello-word-resource-group \
121-
--api-id echo-api --service-name apim-hello-world --output table
121+
--api-id swagger-petstore --service-name apim-hello-world --output table
122122
```
123123

124124
The notes you specify appear in the change log. You can see them in the output of the previous command.
@@ -127,7 +127,7 @@ Use this procedure to create and update a release.
127127

128128
```azurecli
129129
az apim api release update --resource-group apim-hello-word-resource-group \
130-
--api-id demo-conference-api --release-id 00000000000000000000000000000000 \
130+
--api-id swagger-petstore --release-id 00000000000000000000000000000000 \
131131
--service-name apim-hello-world --notes "Revised notes."
132132
```
133133

@@ -137,7 +137,7 @@ You can remove any release by running the [az apim api release delete ](/cli/azu
137137

138138
```azurecli
139139
az apim api release delete --resource-group apim-hello-word-resource-group \
140-
--api-id demo-conference-api --release-id 00000000000000000000000000000000
140+
--api-id swagger-petstore --release-id 00000000000000000000000000000000
141141
--service-name apim-hello-world
142142
```
143143

@@ -150,21 +150,21 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
150150
1. In the Azure portal, navigate to your API Management instance.
151151
1. In the left menu, under **APIs**, select **APIs**.
152152
1. Select **Developer portal** from the top menu.
153-
1. In the developer portal, select **APIs**, and then select **Demo Conference API**.
153+
1. In the developer portal, select **APIs**, and then select **Swagger Petstore**.
154154
1. Notice your new **test** operation is now available.
155155
1. Select **Changelog** near the API name.
156156
1. Notice that your change log entry appears in the list.
157157

158158

159159
## Access an API revision
160160

161-
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use this URL to access revision 2 of the Demo Conference API:
161+
Each revision to your API can be accessed using a specially formed URL. Add `;rev={revisionNumber}` at the end of your API URL path, but before the query string, to access a specific revision of that API. For example, you might use a URL similar to the following to access revision 2 of the Swagger Petstore API:
162162

163-
`https://apim-hello-world.azure-api.net/conf;rev=2/speakers`
163+
`https://apim-hello-world.azure-api.net/store/pet/1;rev=2/`
164164

165165
You can find the URL paths for your API's revisions on the **Revisions** tab in the Azure portal.
166166

167-
:::image type="content" source="media/transform-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
167+
:::image type="content" source="media/api-management-get-started-revise-api/revision-url-path.png" alt-text="Screenshot of revision URLs in the portal.":::
168168

169169
> [!TIP]
170170
> You can access the *current* revision of your API using the API path without the `;rev` string, in addition to the full URL that appends `;rev={revisionNumber}` to your API path.

articles/api-management/high-availability.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Enabling [zone redundancy](../reliability/migrate-api-mgt.md) for an API Managem
3535

3636
When you enable zone redundancy in a region, consider the number of API Management scale [units](upgrade-and-scale.md) that need to be distributed. Minimally, configure the same number of units as the number of availability zones, or a multiple so that the units are distributed evenly across the zones. For example, if you select 3 availability zones in a region, you could have 3 units so that each zone hosts one unit.
3737

38-
> [!NOTE]
39-
> Use [capacity metrics](api-management-capacity.md) and your own testing to decide the number of scale units that will provide the gateway performance for your needs. Learn more about [scaling and upgrading](upgrade-and-scale.md) your service instance.
38+
[!INCLUDE [api-management-az-notes](../../includes/api-management-az-notes.md)]
4039

4140
## Multi-region deployment
4241

66.5 KB
Loading
76.9 KB
Loading
59.2 KB
Loading
21.1 KB
Loading
34 KB
Loading

0 commit comments

Comments
 (0)