Skip to content

Commit b720b4e

Browse files
committed
editorial/technical updates
1 parent c7d3cbd commit b720b4e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/api-management/powershell-create-service-instance.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now that you have a resource group, you can create an API Management service ins
4343

4444
In the following example, *myapim* is used for the service name. Update the name to a unique value. Also, update the organization name of the API publisher and the admin email address to receive notifications.
4545

46-
By default, the command creates the instance in the Developer tier, an economical option to evaluate Azure API Management. This tier isn't for production use. For more information about scaling the API Management tiers, see [upgrade and scale](upgrade-and-scale.md).
46+
By default, the command creates the instance in the Developer tier, an economical option to evaluate Azure API Management. This tier isn't for production use. For more information about the API Management tiers, see [Feature-based comparison of the Azure API Management tiers](api-management-features.md).
4747

4848
> [!NOTE]
4949
> This is a long-running action. It can take between 30 and 40 minutes to create and activate an API Management service in this tier.
@@ -93,6 +93,14 @@ AdditionalRegions : {}
9393
SslSetting : Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting
9494
Identity :
9595
EnableClientCertificate :
96+
EnableClientCertificate :
97+
Zone :
98+
DisableGateway : False
99+
MinimalControlPlaneApiVersion :
100+
PublicIpAddressId :
101+
PlatformVersion : stv2
102+
PublicNetworkAccess : Enabled
103+
PrivateEndpointConnections :
96104
ResourceGroupName : myResourceGroup
97105

98106
```

0 commit comments

Comments
 (0)