All Projects → microsoft → Vscode Apimanagement

microsoft / Vscode Apimanagement

Licence: mit
VS Code extension for Azure API Management.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Apimanagement

Azure
Azure-related repository
Stars: ✭ 78 (+143.75%)
Mutual labels:  serverless, azure, microsoft
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (+1187.5%)
Mutual labels:  azure, microsoft
25 Days Of Serverless
Repository responsible for 25 days of Serverless challenges
Stars: ✭ 400 (+1150%)
Mutual labels:  serverless, azure
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (+1212.5%)
Mutual labels:  azure, microsoft
Grant
OAuth Proxy
Stars: ✭ 3,509 (+10865.63%)
Mutual labels:  serverless, azure
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+12168.75%)
Mutual labels:  serverless, azure
Vscode Cpptools
Official repository for the Microsoft C/C++ extension for VS Code.
Stars: ✭ 4,436 (+13762.5%)
Mutual labels:  microsoft, vscode-extension
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (+703.13%)
Mutual labels:  azure, microsoft
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+2215.63%)
Mutual labels:  azure, vscode-extension
Cloud Integration Beta
Docker CLI with ACI integration (beta)
Stars: ✭ 29 (-9.37%)
Mutual labels:  azure, microsoft
Azuredatastudio
Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
Stars: ✭ 6,605 (+20540.63%)
Mutual labels:  azure, microsoft
Cqrs
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Stars: ✭ 310 (+868.75%)
Mutual labels:  serverless, azure
Azure Functions Python Samples
Azure Functions Python Sample Codes
Stars: ✭ 266 (+731.25%)
Mutual labels:  serverless, azure
Azure Spring Boot
Spring Boot Starters for Azure services
Stars: ✭ 352 (+1000%)
Mutual labels:  azure, microsoft
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (+715.63%)
Mutual labels:  azure, microsoft
Midway
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+15775%)
Mutual labels:  serverless, azure
Azure Openshift
RedHat Openshift Origin cluster on Azure
Stars: ✭ 17 (-46.87%)
Mutual labels:  azure, microsoft
ipranges
🔨 List all IP ranges from: Google (Cloud & GoogleBot), Bing (Bingbot), Amazon (AWS), Microsoft (Azure), Oracle (Cloud) and DigitalOcean with daily updates.
Stars: ✭ 38 (+18.75%)
Mutual labels:  microsoft, azure
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (+700%)
Mutual labels:  azure, microsoft
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (+1368.75%)
Mutual labels:  azure, microsoft

Version Installs Build Status GitHub

Azure API Management Extension for Visual Studio Code (Preview)

Use the Azure API Management extension to perform common management operations on your Azure API Management service instances without switching away from Visual Studio Code.

Azure API Management is a fully managed service that helps customers to securely expose their APIs to external and internal consumers. API Management serves as a facade and a front door for the API implementations and enables their frictionless consumption by developers. Visit this page for more information and resources related to Azure API Management.

Requirements

All you need is an Azure Subscription to get started. If you don't have one, click here for a free subscription with $200 in Azure credits!

Main Features

  • Create and delete an API Management instance
  • Create an API by importing an OpenAPI specification
  • Edit APIs and operations in Azure Resource Manager or OpenAPI formats
  • Edit policies at any scope
  • Associate an API with a product
  • Create, delete, and edit Named Values
  • Test an API using REST Client
  • Command Palette support for most features
  • Extract API and service configurations into ARM templates
  • Import Azure Functions - Transform HttpTriggers into APIs
  • Import App Service WebApp
  • Manage Self-Hosted Gateways
  • Policy Debugging
  • Scaffold Azure Functions
  • Show diffs against last saved version
  • Switch / Release API Revisions
  • API Filter

Create an API Management instance using defaults

Create-simple

Create an API Management instance using custom options

Create-advanced

Create an API by importing an OpenAPI specification

Please note: only JSON format is supported currently. Import-OAS

Edit an API in Azure Resource Manager format

Edit-JSON

Edit an API in OpenAPI format

Edit-OAS

Edit policies

Edit-Policy

Test an API

Test-API

Create and edit a Named Value

Named-Values

Extract Service or API

Extract

Import Function App

importFuncApp

Import App Service Web App

importWebApp

Deploy Gateway with Docker or Kubernetes

deployGateway

Debug Policy

debugPolicy

Scaffold Azure Functions

generateFunctions

Show diffs against last saved version

diffing

Switch API Revision

SwitchRevision

Release API Revision

ReleaseRevision

API Filter

apiFilter

Intellisense for Policy Expressions.

Follow instructions here.

Managing Azure Subscriptions

If you are not signed in to Azure, you will see a "Sign in to Azure..." link. Alternatively, you can select "View->Command Palette" in the VS Code menu, and search for "Azure: Sign In".

If you don't have an Azure Account, you can sign up for one today for free and receive $200 in credits by selecting "Create a Free Azure Account..." or selecting "View->Command Palette" and searching for "Azure: Create an Account".

You may sign out of Azure by selecting "View->Command Palette" and searching for "Azure: Sign Out".

To select which subscriptions show up in the extension's explorer, click on the "Select Subscriptions..." button on any subscription node (indicated by a "filter" icon when you hover over it), or select "View->Command Palette" and search for "Azure: Select Subscriptions". Note that this selection affects all VS Code extensions that support the Azure Account and Sign-In extension.

Contributing

There are several ways you can contribute to this repo:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, share your ideas, or contribute to ongoing discussions.
  • Documentation: Found a typo or an awkwardly worded sentence? Submit a PR!
  • Code: Contribute bug fixes, features, or design changes:
    • Clone the repository locally and open in Visual Studio Code.
    • Install TSLint for Visual Studio Code.
    • Open the terminal (press CTRL+`) and run npm install.
    • To build, press F1 and type in Tasks: Run Build Task.
    • Debug: press F5 to start debugging the extension.

Legal

Before we can accept your pull request you will need to sign a Contribution License Agreement. All you need to do is to submit a pull request, then the PR will get appropriately labelled (e.g. cla-required, cla-norequired, cla-signed, cla-already-signed). If you already signed the agreement we will continue with reviewing the PR, otherwise system will tell you how you can sign the CLA. Once you sign the CLA all future PR's will be labeled as cla-signed.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don’t wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].