GithubHelp home page GithubHelp logo

processmonitor's Introduction

ProcessMonitor

launchSettings.json

It's primarily used by Visual Studio to control how the application starts and what environment variables are set when debugging or running your functions locally.

launchSettings.json

local.settings.json

The local.settings.json file stores app settings and settings used by local development tools. Settings in the local.settings.json file are used only when you're running your project locally.

local.settings.json

host.json

The host.json metadata file contains configuration options that affect all functions in a function app instance. Configurations in host.json related to bindings are applied equally to each function in the function app.

host.json

serviceDependencies.json

serviceDependencies.json blog

The serviceDependencies.json file in an Azure Function is a JSON file that describes the Azure services that the function depends on. It can be used to configure local emulators for development and testing, and to automatically provision and configure Azure services when the function is deployed to production.

The serviceDependencies.json file is typically generated by Visual Studio when you connect your function to Azure services using the Connected Services dialog box. However, you can also edit the file manually.

The serviceDependencies.json file contains a dependencies object that lists the Azure services that the function depends on. Each dependency is represented by a JSON object that specifies the type of service and the connection string or other configuration information.

For example, the following serviceDependencies.json file defines a dependency on an Azure Storage account:

{ "dependencies": { "storage1": { "type": "Storage", "connectionString": "DefaultEndpointsProtocol=https;AccountName=;AccountKey=" } } }

processmonitor's People

Contributors

arturo-montes avatar

Watchers

 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.