Coder Social home page Coder Social logo

caylent's Introduction

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

API

The Azure Resource Management API's Deployment operations and Deployments are all wrapped in the AzureARMRESTAPI.php file. This is a flat implementation right over the REST API rather some object oriented wrapper. If you look at the code you'll see that each API function has a mirror function in the wrapper. For example, Get Deployment API maps to get_deployment. There is also a Get in the Deployment Operations so we call that one get_deployment_operation.

To use the API and get the auth piece done you need to following:

  • Create their directory
  • Define an app in that directory
  • Define an access key for the app
  • Go to the subscription and give the app access

How do you do this? Read Use portal to create Active Directory application and service principal that can access resources

To use this API you need a couple pieces of information:

  • Users Tenant
  • Users Subscription
  • Users Key

These components can be seen during the AD App creation step. That said, sample can be found in the .env file

How do I see how this is used? Take a look at ARMTest.php, which is a "test app" we used to test the API

caylent's People

Contributors

mschray avatar mschrayms avatar

Watchers

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