Git Product home page Git Product logo

isabella232 / aci-docs-sample-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azure-samples/aci-docs-sample-python

0.0 0.0 0.0 24 KB

Python application demonstrating several common operations in Azure Container Instances (ACI). The code in this project backs one or more articles on docs.microsoft.com.

Home Page: https://docs.microsoft.com/azure/container-instances/

License: MIT License

Python 100.00%

aci-docs-sample-python's Introduction

page_type languages products description urlFragment
sample
python
azure
This sample application demonstrates several common Azure Container Instances operations in Python using the Azure libraries for Python.
aci-docs-sample-python

Azure Container Instances Python code samples for documentation

This sample application demonstrates several common Azure Container Instances operations in Python using the Azure libraries for Python.

The code in this project is ingested into one or more articles on docs.microsoft.com. Modifying the code in the sample source may impact the rendering of code snippets on docs.microsoft.com.

This sample has been tested as functional on Python versions 2.7.15rc1 and 3.6.5.

Features

The code in this sample project demonstrates the following operations:

  • Authenticate with Azure
  • Create resource group
  • Create single- and multi-container container groups
    • Expose application container to internet with public DNS name
    • Multi-container group includes both application and sidecar containers
    • Run a task-based container with custom command line and environment variables
  • List container groups in resource group
  • Get and print container group details
  • Delete container groups
  • Delete resource group

Getting Started

Prerequisites

Run the sample

  1. Optional but recommended, use virtualenv to create and activate a virtual environment for the project:

    virtualenv ~/venv/aci-docs-sample-python
    source ~/venv/aci-docs-sample-python/bin/activate
    
  2. Use the Azure CLI (or Cloud Shell) to generate an Azure credentials file (more authentication details)

    az ad sp create-for-rbac --sdk-auth > my.azureauth

  3. Set environment variable AZURE_AUTH_LOCATION to the full path of the credentials file

  4. git clone https://github.com/Azure-Samples/aci-docs-sample-python

  5. cd aci-docs-sample-python

  6. pip install -r src/requirements.txt

  7. python src/aci_docs_sample.py

    ...sample runs...

  8. Exit virtualenv (if using a virtual environment): deactivate

Resources

aci-docs-sample-python's People

Contributors

mmacy avatar microsoftopensource avatar akbo avatar msftgits 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.