Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Formatting and added missing hypertext.

...

  1.  Download Visual Studio
    Install Visual Studio from the Visual Studio Marketplace.
  2.  Obtain Professional License Access
    Ensure you have access to the Professional version of Visual Studio:
    1. Submit an access request through the Service Desk portal
    2. Notify your manager to approve the license request
  3. Configure Installation Components
    During the Visual Studio installation process:
    1. When prompted, select the installation components screen
    2. Check the ASP.NET and web development workload
    3. his will automatically download all required dependencies and packages for EG-Flow development
    4. Click Install to begin the installation
  4. Complete Installation
    The installer will now set up Visual Studio on your local machine. 

...

Check the image below. 

 

Project Setup and Configuration 

...

  1. After cloning completes:
  2. Open the Solution Explorer
  3. You'll see the complete project structure
  4. For detailed information about the project architecture, refer to the Project Structure Documentation or follow the Readme file of EG-Flow.  

Configure Startup Project

...

Note: Aspire is configured as the orchestrator for all projects in this solution 

 

Azure Storage Explorer Setup 

Azure Storage Explorer is a standalone application that allows you to manage Azure Storage resources (Blobs, Queues, and Tables) locally, eliminating the need to access the Azure Portal for routine operations. 

...

  1. Install Node.js
    1. Ensure you have Node.js installed (version 18 or higher)Installer Link
  2. Install Azurite
    1. Open a terminal and run:
    2. npm install -g azurite
  3. Start the Emulator
    1. In your terminal, execute:
    2. azurite
  4. Verify Operation
    1. You should see log messages indicating that Azurite is running and listening on specific ports 

 

Connecting Azure Storage Explorer to Azurite 

Configuration Steps 

Verify Azurite is Running

...

Check the image below- 

 

 

Important: Keep Azurite running in the background whenever you're working on the EG-Flow project to ensure proper functionality of storage-dependent features.