Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Looking for a JavaScript while deploying a C# application  #45

@Jorriss

Description

@Jorriss

I'm trying to test out deploying a C# application to Azure and running into this error:

ENOENT: no such file or directory, stat 'c:\\Code\LogLoader\LoadLogData\functions\run.js'

I'm pretty sure I'm missing something in my serverless.yml file

service: AFTKLogLoader

provider:
  name: azure
  location: West US

plugins:
  - serverless-azure-functions

package:
  exclude:
    - env.bat
    - .gitignore
    - package.json
    - .git/**
 
functions:
  LogLoader: 
     handler: functions/run.csx

Is there any documentation or examples that would assist creating a C# application in Azure?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature for plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions