Coder Social home page Coder Social logo

guijingting / media-services-v3-rest-postman Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rekha-balan/media-services-v3-rest-postman

0.0 0.0 0.0 72.33 MB

The postman collection in this repository contains REST calls to Azure Media Services v3 APIs.

License: MIT License

media-services-v3-rest-postman's Introduction

page_type languages products description urlFragment
sample
json
azure
azure-media-services
A full Postman collection and Environment variables to test drive the new v3 REST API directly from within Postman 6.0 or higher.
azure-media-services-postman-collection

Azure Media Services v3 Postman collection

The Postman folder in this repository contains a full Postman collection and Environment variables to test drive the new v3 REST API directly from within Postman 6.0 or higher.

The following files are included:

File name Description
Media Services v3.postman_collection.json The collection contains grouped definitions of HTTP requests that call Azure Media Services v3 REST APIs.
Azure Media Service v3 Environment.postman_environment.json The environment file contains variables that are used by the collection.

These files support the Tutorial: Upload, encode, and stream videos with REST article.

Prerequisites

To import and use the json files in this repository, you need to install Postman 6.0 or higher.

Set environment variables

Get the values that will enable you to access AMS v3 APIs. Then, set the environment variables to the values from the CLI or portal.

The following bash shell script creates a service principal for the account and returns the app.config settings as xml

#!/bin/bash

resourceGroup=amsResourceGroup
amsAccountName=amsaccountname
amsSPName=amsAADapplication

# Create a service principal with password and configure its access to an Azure Media Services account.
az ams account sp create \
--account-name $amsAccountName \
--name $amsSPName \
--resource-group $resourceGroup \
--role Owner \
--xml \
--years 2 \

For more information, see Access APIs.

media-services-v3-rest-postman's People

Contributors

juliako avatar microsoftopensource avatar bennage avatar msftgits avatar supernova-eng avatar v-rajagt-zz 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.