GithubHelp home page GithubHelp logo

azfuncdebugger's Introduction

Azure Functions Environment Debugger

Tool screeshots

Description

This .NET tool is for Cloud Solution Architects and Cloud Engineers to debug Azure Functions applications, deployed in large complex (typically corporate) environments, with firewalls, network security groups, App Service Environments and other tool.

License

The tool is released under the MIT License, see LICENSE file.

Installation

You can install this debugger by setting up configuration variable to pre-compiled package on GitHub:
WEBSITE_RUN_FROM_PACKAGE = https://github.com/vjirovsky/azFuncDebugger/releases/download/v0.7/pre-release.zip

Alternatively you can publish this codebase to given FunctionApp via Visual Studio (Code).

Usage

Open a URL https://<<hostname>>/RunTests. All tests will be displayed on this page.

For tool configuration set following Configuration variables:

  • TEST_DNS_RESOLVE_DOMAIN = <<comma-delimited list of domains>> - performs resolutions of given domains via all available DNS servers
    e.g. TEST_DNS_RESOLVE_DOMAIN = azure.com,someonpremresource.contoso.internal,vjirovsky.cz

  • TEST_HTTPCLIENT_GET_URL = <<url to test>> - performs HTTP request to given URL via same outbound connectivity configuration as the real application will use
    e.g. TEST_HTTPCLIENT_GET_URL = https://vjirovsky.cz

Content Storage Access Simulator

The tool/debugger has built-in simulator for testing access to content storage (in case the application doesn't use package deployment). You can test desired configuration with setting up follow variables:

  • TEST_CCONNECTIONSTRING = <<connection string as in WEBSITE_CONTENTAZUREFILECONNECTIONSTRING variable>>
    e.g. - TEST_CCONNECTIONSTRING = DefaultEndpointsProtocol=https;AccountName=xyzmystorageaccount;AccountKey=xxxxxxxxxxxxxxxxxxxxxxxx;EndpointSuffix=core.windows.net

  • TEST_CSHARE = <<file share name as in WEBSITE_CONTENTSHARE variable>>
    e.g. - TEST_CSHARE = myfilesharestorage

Issues

Please report any issue into GitHub issues.

azfuncdebugger's People

Contributors

vjirovsky avatar

Stargazers

 avatar  avatar Hirofumi Horikawa avatar Brian Pfeil avatar Arleta Wanat avatar Luke Murray avatar David Gardiner avatar

Watchers

James Cloos avatar  avatar Burhaan 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.