Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

256
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda