Use the template found in the following link:
https://github.com/rcw3bb/azure-application-insight-custom-telemetry
Extremely Serious
Use the template found in the following link:
https://github.com/rcw3bb/azure-application-insight-custom-telemetry
Login to azure using the following command:
az login
Show the currently signed in account using the following command:
az account show
Logout to azure using the following command:
az logout
Use the following command to deploy a(some) locally developed function(s) to azure function app.
func azure functionapp publish <AZURE_FUNCTION_APP>
Note: This command will only work if your terminal session was signed in to azure. The login using the command found here.
Where:
AZURE_FUNCTION_APP | The name of the function app found in azure portal. |
© 2025 Ron and Ella Wiki Page
Theme by Anders Noren — Up ↑
Recent Comments