User Tools

Site Tools


azure_functions_en_powershell_7

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
azure_functions_en_powershell_7 [2025/11/24 14:03] – [4. Inicialización del proyecto local] osoazure_functions_en_powershell_7 [2025/11/24 14:04] (current) – [4. Inicialización del proyecto local] oso
Line 32: Line 32:
   * Crear e ir a la carpeta de trabajo (mkdir, cd) y ejecutar:   * Crear e ir a la carpeta de trabajo (mkdir, cd) y ejecutar:
 ''func init . --python'' ''func init . --python''
-  * Crear función HTTP trigger con acceso anónimo:+  * Crear función HTTP trigger. Para etapa de desarrollo puede usarse con acceso anónimo:
 ''func new --name ItWorksFunc --template "HTTP trigger" --authlevel anonymous'' ''func new --name ItWorksFunc --template "HTTP trigger" --authlevel anonymous''
   * En Functions v4 para Python se genera ''function_app.py'' con decorators.   * En Functions v4 para Python se genera ''function_app.py'' con decorators.
azure_functions_en_powershell_7.txt · Last modified: 2025/11/24 14:04 by oso