Git Product home page Git Product logo

azure-functions-ux's Introduction

Azure Functions UX

Build Statusโ€ƒCoverage Status

Getting started

  1. Install Prerequisites

  2. Clone and Build

git clone [email protected]:Azure/azure-functions-ux.git
# there is a gulp process to build and run everything
yarn install
yarn run gulp run-dev
  1. Visit https://portal.azure.com?websitesextension_ext=appsvc.env=local and load up Function Apps from browse

Code and branches

Branches

master: (https://functions-staging.azure.com)

This is connected to staging. After all scenarios are validated on staging we swap by running tools\SwapWithStagingSlots.ps1

dev: (https://functions-next.azure.com)

This is the next environment. This is never swapped, instead changes from dev get merged into master.

Development workflow

# make sure you're working on the dev branch
> git checkout dev

# create your own personal branch based on dev
> git checkout -b ahmels-work

# make all your changes in your branch
# commit and push these changes to github
> git push origin ahmels-work -u

# open a pull request.
# once everything is good, merge, rebase and push
> git checkout dev
> git merge ahmels-work
> git pull --rebase

# fix any conflicts
> git push origin dev

For control and styling samples go to https://functions.azure.com?appsvc.devguide=true

Angular 2 coding style

Code layout

The API surface is very limited:

# resource apis
api/resources
api/templates
api/bindingconfig

# health pings by traffic manager and monitoring
api/health

AzureFunctions.Client

Language: TypeScript

Framework: angular2

Check out https://angular.io

azure-functions-ux's People

Contributors

afarok avatar ahmelsayed avatar alrod avatar andimarc avatar chunye avatar ehamai avatar exc3eed avatar fabiocav avatar fashaikh avatar finvamp1 avatar glennamanns avatar hartra344 avatar japf avatar johnpapa avatar julfie avatar jvano avatar lindydonna avatar mattchenderson avatar nertim avatar niik avatar npmcdn-to-unpkg-bot avatar panchagnula avatar patricklee2 avatar paulbatum avatar shrishrirang avatar snobu avatar soninaren avatar

Watchers

 avatar  avatar  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.