Hi David - thanks for your response. I created a new function app and still not able to access the SCM site for it, still getting "You are not authorized or do not have any subscriptions associated with your account". This is pretty frustrating as I'm the administrator for these functio...
Access to the Azure Functions runtime logger is available via a rootlogginghandler in your function app. This logger is tied to Application Insights and allows you to flag warnings and errors encountered during the function execution. The following example logs an info message when the function is...
To view activity logs with Azure PowerShell, use the Get-AzLog command.This command lists all role assignment changes in a subscription for the past seven days:Azure PowerShell Copy Get-AzLog -StartTime (Get-Date).AddDays(-7) | Where-Object {$_.Authorization.Action -like 'Microsoft....
To view activity logs with Azure PowerShell, use the Get-AzLog command.This command lists all role assignment changes in a subscription for the past seven days:Azure PowerShell Copy Get-AzLog -StartTime (Get-Date).AddDays(-7) | Where-Object {$_.Authorization.Action -like 'Microsoft...
Note Some web hosting services, such as Microsoft Azure websites, take steps to synchronize each application's auto-generated key across their back-end servers. This lets applications that have not specified an explicit <machineKey> element to continue working in these environments, even if t...
there is nothing coming up in sentinel with query SecurityEvent. AMA connector says "Disconnected" however i created DCR from log analytic workspace => Agent management.( all are azure virtual machi... Victor1989Is the DCR listed, I don't have any but if I did,...
Is there any known issue withWebView2 external dependency installation from an MSIX on Windows 10 machines? How can I troubleshoot this issue? Here it is the full manifest of the sample MSIX I have built: <?xml version="1.0" encoding="utf-8"?> ...
using Azure.Messaging.ServiceBus; using Microsoft.Web.WebView2.Core; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Text.Json; using Syst...
History / Enable and view logs Revisions Compare revisions Updated Enable and view logs (markdown) alexweininger committed May 3, 2023 9fcead3 Created Enable and view logs (markdown) alexweininger committed May 3, 2023 5a26e44 ...
Azure AD Okta Ping AD FS Browser Azure AD Browser SAML DataZone IdC DataZone IAM Other JDBC 3.x configuration JDBC 3.x release notes Previous versions JDBC 2.x Connect to Athena with ODBC ODBC 2.x Get started with ODBC 2.x Windows ...