This commit is contained in:
Rupeng Liu 2020-04-09 16:01:13 -07:00
Родитель 7b32f41e03
Коммит 60fe25af41
1 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -22,8 +22,8 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl
- Test an API using [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
- Command Palette support for most features
- Extract API and service configurations into ARM templates
- Import Azure Functions - Transform HttpTiggers as APIs
- Import Azure WebApp
- Import Azure Functions - Transform HttpTriggers into APIs
- Import App Service WebApp
- Manage Self-Hosted Gateways
## Create an API Management instance using defaults
@ -63,15 +63,12 @@ Please note: only JSON format is supported currently.
![Extract](resources/extract.gif)
## Import Function App to create a new API
## Import Function App
![importFuncApp](resources/importFunc.gif)
## Import Web App to create a new API
## Import App Service Web App
![importWebApp](resources/importWebapp.gif)
## Add API to gateway
![gateway](resources/addApiGw.gif)
## Deploy Gateway with Docker or Kubernetes
![deployGateway](resources/deployGw.gif)