Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
FC_Log
4.3.0
Public/Set-PrometheusPushUrl.ps1
function
Set-PrometheusPushURL
{
param
(
$uri
)
$script:PrometheusPushURL
=
$uri
}
export-ModuleMember
-Function
Set-PrometheusPushURL