Git Product home page Git Product logo

az-storage-app's Introduction

Connecting Your App to Storage

In this exercise, you'll be given an application for a virtual zoo, and asked to add connections to your earlier deployed SQL database and Blob Storage to populate the zoo application.

If you already closed down your database and blob storage, you'll want to go back and re-create them before getting started.

  1. First, familiarize yourself at least with the views.py file in the FlaskExercise directly, although you may also want to check out the other files. You can see an example screenshot of the deployed application below.
  2. Next, add the necessary environment variables to connect to the SQL database in config.py.
  3. Then, add the necessary environment variables to connect to the Blob storage container in config.py.
  4. Add the necessary code in models.py to work with the BlobServiceClient to upload new images and delete any images that are replaced.
  5. Run the app on your local machine, and check that the animals are correctly populated from the SQL database.
  6. Add some images for each animal. You should be able to check back in your blob container and see that new images were added, and they should populate back to the main page.

While it's not a required part of this exercise, you can also try to deploy the app using either an app service or virtual machine; you shouldn't need any additional changes specific to the storage connections, but other changes may be necessary.

Troubleshooting

  • Mac users may need to install unixodbc as well as related drivers as shown below:
    brew install unixodbc
  • Check here to add SQL Server drivers for Mac. This StackOverflow post may also help resolve certain issues.

az-storage-app's People

Contributors

ibnjunaid avatar

Watchers

 avatar

Forkers

nilayanbose

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.