skip to Main Content

Azure Logs does not have all data

I have an Azure Function and all calls I can see: but when I go to "Logs" and try the following query: traces | project timestamp, message, operation_Name, operation_Id, cloud_RoleName | where cloud_RoleName =~ 'FunctionDeviceManager' and operation_Name =~ 'FunctionAlertServiceCallback' |…

VIEW QUESTION

Azure – Error converting to IMicrosoftGraphPasswordCredential

I'm trying to create new Azure Active Directory application, using this PowerShell command: $SecurePassword=ConvertTo-SecureString {password} -asplaintext -force New-AzADApplication -DisplayName {Display name} -HomePage {Home page URL} -IdentifierUris {Application identifier} -Password $SecurePassword But I get an error that says Cannot convert value…

VIEW QUESTION
Back To Top
Search