From ea4f61d8fca7e9c56efc0574f2d2665828d46035 Mon Sep 17 00:00:00 2001 From: Claudia Nadolny Date: Fri, 17 Apr 2020 12:59:15 -0700 Subject: [PATCH] Update apimgmt.md --- docs/apimgmt/apimgmt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/apimgmt/apimgmt.md b/docs/apimgmt/apimgmt.md index e22447b2104..bcf9a46cf90 100644 --- a/docs/apimgmt/apimgmt.md +++ b/docs/apimgmt/apimgmt.md @@ -10,6 +10,8 @@ Learn more about Azure API Management [here](https://docs.microsoft.com/en-us/az The API Management Service deploys an API Management instance into a specified resource group at the specified location. It also provides the option to link to an Application Insights instance for logging, and to place the API Management instance in a specified Virtual Network. +Here is a [sample YAML](/config/samples/azure_v1alpha1_apimservice.yaml) to provision an API Management Service. + The spec consists of the following fields: #### Required Fields @@ -29,6 +31,8 @@ The spec consists of the following fields: The API Management API Operator creates an API with the specified properties in the specified API Management service. +Here is a [sample YAML](/config/samples/azure_v1alpha1_apimgmtapi.yaml) to provision an API Management API. + The spec consists of the following fields: * `apiService` The name of the API Management service to manage