Exploring APIM Configuration Options
Most of the configuration options are available when you finish the deployment and get access to the provisioned service instance. Configuration settings will vary depending on the price tier you select and the APIM feature set. Some of the features you can configure from the Azure portal UI, and others are configurable for files. Remember that the Consumption tier you deployed from the script does not support some of the key features discussed shortly. Let’s take a look at what settings are available.
Products and Subscriptions
Several terms need to be explained before moving on. An API registered in APIM is an endpoint with a set of operations available for calling by clients to receive data. A product is a set of API operations grouped logically. One product can contain operations from different APIs, for example, a free trial product. A subscription is a key provided for a customer who wants to call APIs from the product. Usually...