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. |
Execute the following command to set the proxy for HTTP:
npm config set proxy <HOST>:<PORT>
Execute the following command to set the proxy for HTTPS:
npm config set https-proxy <HOST>:<PORT>
Where:
HOST | The host that is running the proxy server |
PORT | The port the proxy server is listening. |
Using Node Package Manager (i.e. npm)
npm install -g azure-functions-core-tools
Using Chocolatey (i.e. choco)
choco install azure-functions-core-tools
Add a NuGet package reference to .Net Core project using the following command:
dotnet add package <PACKAGE_NAME> [-v <VERSION>]
Where:
PACKAGE_NAME | The NuGet package to be added |
VERSION | If the optional -v was used, the target VERSION of the NuGet package. |
Example without the -v option
dotnet add package Microsoft.ApplicationInsights
Example with the -v option
dotnet add package Microsoft.ApplicationInsights -v 2.10.0
It is recommended to have the following command somewhere in the beginning of the batch file:
cd /d %~dp0
The presence of this will run all the commands after it with respect to the location of the running batch file.
Name | URL |
---|---|
Gradle Plugins | https://plugins.gradle.org/m2/ |
JCenter | https://jcenter.bintray.com |
Maven Central | http://central.maven.org/maven2/ |
Maven Repo1 | https://repo1.maven.org/maven2/ |
If you need an recent openjdk version for ubuntu add the following repository:
sudo add-apt-repository ppa:openjdk-r/ppa
Then do an update like the following:
sudo apt-get update
Station | Streaming Address |
---|---|
Cool FM 90.1 | http://equinox.shoutca.st:8938/stream |
iFM 93.9 Manila | http://curiosity.shoutca.st:8098/stream |
90.7 Love Radio Manila | https://manilabr.radioca.st/stream |
Magic 107 | http://curiosity.shoutca.st:8098/stream/1/ |
Star FM Manila 102.7 FM | http://ample-zeno-06.radiojar.com/g1pmt17nz9duv |
YES! FM 101.1 Manila | http://37.59.28.208:8500/stream |
Monster RX 93.1 | http://icecast.eradioportal.com:8000/monsterrx |
Rakista Radio | http://206.190.138.197:8000/stream/1/ |
© 2025 Ron and Ella Wiki Page
Theme by Anders Noren — Up ↑
Recent Comments