Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

258
Views
Azure Functions in JavasScript/TypeScript: How to DI?

I've seen a lot of tutorials and questions asking how to do DI in .NET for Azure Functions, but none for JavaScript or TypeScript.

How would one go about providing different implementations to Azure Functions?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can check for multiple blogs where we can understand about DI in JavaScript as DeepDave suggested.

You can refer to this GIT blog where we can find the project about Injectable Type script azure functions. Below is the sample constructor on TypeScript based:

constructor(@inject(contracts.contractSymbols.ICognitiveService) cognitiveService:contracts.ICognitiveService) {
        super();
        this._cognitiveService = cognitiveService;
    }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!