Giter Site home page Giter Site logo

azurestackedgecompute's Introduction

Azure Stack Edge Compute Solutions

Solutions that support Edge compute scenarios

LAN Browser Access to Storage Account Folders and Files

Storage Accounts only provide direct access to single files. Edge compute scenarios may require remote users to access folder structure and files to quickly disseminate information and data.

Azure Stack Edge with Azure Orbital Cloud Access

Deployment Instructions

  1. Create storage account and sync it to the Azure Stack Edge.

    1. This is used to sync the VM image (.vhd) to the Azure Stack Edge.
    2. Follow the Microsoft Learn guide Tutorial to transfer data to storage account with Azure Stack Edge Pro GPU | Microsoft Learn.
  2. Create NFS share and sync it to Azure Stack Edge.

    1. Follow the Microsoft Learn guide Tutorial to transfer data to shares with Azure Stack Edge Pro GPU | Microsoft Learn.
  3. Validate storage is synced between Azure Stack Edge device and Azure Cloud.

    1. Copy files into the the share in Azure cloud and validate they show up on the Azure Stack Edge.
  4. Create VHD and copy it to storage account on the Azure Stack Edge

    1. Use the Azure PowerShell commands in Ubuntu.ps1 to create a vhd from a managed disk using a Ubuntu image from the Azure marketplace.
  5. Create VM running Ubuntu on Azure Stack Edge.

    1. Follow the Microsoft Learn guide Deploy VMs on your Azure Stack Edge Pro GPU via the Azure portal | Microsoft Learn.
  6. Configure the VM

    1. Use a computer connected locally to the Azure Stack Edge
    2. Copy Bash commands in Ubuntu-Bash-InstallAndStart_HTTP_Host_FilesAndFolders.sh.
    3. Replace all locations of uniqueName with a unique name for the purpose of your solution.
    4. Replace ASE_IP_ADDRESS with the IP Address of the Azure Stack Edge.
      1. There are four ports, it is important to select the IP address of the port that has "compute" enabled.
    5. Copy and paste each line one by one into Bash on the VM running on the Azure Stack Edge device.
      1. You CANNOT copy ALL of the code and paste it, Bash doesn't manage sequential execution well.
  7. Access the files and folders on the NFS share from a browser

    1. Using a browser on a device that can access the LAN IP address of the VM, visit http://ASE_IP_ADDRESS:8080.

    BrowserFolderView

azurestackedgecompute's People

Contributors

paullizer avatar

Watchers

 avatar

azurestackedgecompute's Issues

Fix mount

sudo mount -t nfs ASE_IP_ADDRESS://NFS_SHARE_NAME /nfs/uniqueName

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.