Git Product home page Git Product logo

lob-application-accelerator's Introduction

Line of Business Accelerator

Deploy to Azure

Description

This is an application to generate O365 resources based on a simplified JSON payload.

Getting Started

  1. Click on the "Deploy to Azure" button above.
  2. Create a POST request to the endpoint that was create https://yourname.azurewebsites.net/api/StartDeployment and pass in the Authorization Bearer token.
  3. The body of the POST request will look like the below code
{
  "teams": [
    {
      "displayName": "My MS Teams Group",
      "description": "My MS Teams Group Description",
      "mailNickName": "my1teaamsgroup",
      "members": [
        "[email protected]",
        "[email protected]",
        "[email protected]"
      ],
      "channels": [
        {
          "displayName": "my channel one",
          "description": "my channel one description",
          "azFilesFolderPath": "/team-files/",
          "members": [
            "[email protected]",
            "[email protected]"
          ]
        },
        {
          "displayName": "my channel two",
          "description": "my channel two description",
          "azFilesFolderPath": "/team-files-alt/",
          "members": [
            "[email protected]",
            "[email protected]"
          ]
        }
      ]
    },
    {
      "displayName": "My Second Teams Group",
      "description": "My Second Teams Group Description",
      "mailNickName": "my1teaamsgroup",
      "members": [
        "[email protected]",
        "[email protected]"

      ],
      "channels": [
        {
          "displayName": "Second team my channel one",
          "description": "Second team my channel one description",
          "azFilesFolderPath": "/team-files-2/",
          "members": [
            "[email protected]"
          ]
        },
        {
          "displayName": "my channel two",
          "description": "my channel two description",
          "azFilesFolderPath": "/team-files-alt/",
          "members": [
            "[email protected]"
          ]
        }
      ]
    }
  ]
}

Line of Business Client

If you prefer provisioning resources through a CLI instead of doing an HTTP request directly, you can check the Line of Business client version: Line of Business Accelerator Client.

Contributions

If there is any services that you'd like to add to this that do not already have functionality built for, please feel free to modify the project LobAccelerator.Library as needed to add the additional functionality.

Prerequisites

lob-application-accelerator's People

Contributors

allantargino avatar fedeoliv avatar juankruiz avatar jwendl avatar navzam avatar tessmichi avatar

Watchers

 avatar

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.