Coder Social home page Coder Social logo

kaholo-plugin-azure-webapp's Introduction

kaholo-plugin-azure-webapp

Azure Webapp plugin for Kaholo

Description:

Settings

  1. Client or App ID
  2. Secret or Password
  3. Domain or Tenant ID
  4. Subscription ID

Method: Create App

Description: This method is based on the following documentation Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.

Parameters

  1. Resource Group: Resource group
  2. Location: (String) Resource Location.
  3. App Name: Unique name of the app to create or update.
  4. Service Plan: The service plan for the new app.
  5. Site Config AlwaysOn (Boolean), true if Always On is enabled; otherwise, false.
  6. SiteConfig (Obj), Configuration of an App Service app.

Method: Clone App

Description: This method clones an existing app service. It gets the original app and uses it's SiteConfig for the new webapp.

Parameters

  1. Resource Group: Resource group
  2. App: The app to clone.
  3. New App name: The name of the new app.
  4. Location: (String) New app location.
  5. Service Plan: The service plan for the new app.

Method: Create Service Plan

Description:

This method creates a service plan following the documentation

Parameters

  1. Resource Group: Resource group
  2. Location: (String), Resource Location
  3. Service Plan Name: (String) Name of the App Service plan.

Description of a SKU for a scalable resource.

  1. SKU Tier: (String), Service tier of the resource SKU.
  2. SKU Size: (String), Size specifier of the resource SKU.
  3. Reserved: (Boolean), If Linux app service plan true, false otherwise.
  4. Is Xenon: (Boolean), Obsolete: If Hyper-V container app service plan true, false otherwise.
  5. HyperV: (Boolean), If Hyper-V container app service plan true, false otherwise.

Method: Create Deployment Slot

Description:

This method create s Deployment slot following the documentation

Parameters

  1. Resource Group: Resource group
  2. Location: Resource Location
  3. App Name: Name of the app
  4. Slot Name: Slot name

Method: Delete App

Description:

This method deletes an app. More information can be found on Azure's documentation

Parameters

  1. Resource Group: Resource group
  2. App: The name of the app to delete.

Method: Delete Deployment Slot

Description:

This method deletes a deployment slot. More information can be found on Azure's documentation

Parameters

  1. Resource Group: Resource group
  2. App: The name of the app that contains the deployment slot.
  3. Slot: The slot to delete.

Method: Delete Service Plan

Description:

This method deletes a service plan. More information can be found on Azure's documentation

Parameters

  1. Resource Group: Resource group
  2. Plan: The plan to delete.

Method: Deploy zip to app

Description:

This method deploys a zip file to a service app. More information can be found on Azure's documentation

In order to use this method deployment username and password are required. These should be preconfigured on the app. You can further read on Azure's documetnation

Parameters

  1. Zip Path - the path of the zip file to upload.
  2. App: The service app to upload the zip to
  3. Username: the deployment user to use.
  4. Password: the deployment user password.

kaholo-plugin-azure-webapp's People

Contributors

amiton11 avatar ilanyaniv avatar kadosh1000 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sh-cmd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.