Majid Maskati

Results 10 issues of Majid Maskati

NuGet packages: - Microsoft.ApplicationInsights.AspNetCore 2.20.0 - Microsoft.Extensions.Azure 1.1.1 (brings in Azure.Core and Azure.Identity) Runtime version: net6.0 Hosting environment: Azure Web App with managed identity and associated Application Insights ### Describe...

bug

The App Configuration request log table [AACHttpRequest](https://docs.microsoft.com/en-us/azure/azure-monitor/reference/tables/aachttprequest) does not include details about the requesting identity. This information should be available similarly to `CallerIdentity` in the [AACAudit](https://docs.microsoft.com/en-us/azure/azure-monitor/reference/tables/aacaudit) table as it is...

enhancement
service

There is an issue when using a combination of the following: - Running a full framework ASP.NET application on a Windows App Service hosting plan - Running on App Service...

investigating

### Summary of the new feature / enhancement Compare `1..5|%{Start-Sleep -Seconds 1;$_}|Out-GridView` with `1..5|%{Start-Sleep -Seconds 1;$_}|Out-ConsoleGridView`. OGV displays records as they are received (`ProcessRecord`) while OCGV shows records only at...

bug
OCGV

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? [GitHub Actions Contexts](https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context) ###...

help wanted
content
actions
SME reviewed
test-create-tracking-issue

The [pre and post action cleanup](https://github.com/Azure/login/blob/81e1d9f360e1ba776e93b8ead1c4320761356b2a/src/cleanup.ts#L7) is somewhat time consuming, especially for otherwise short actions. It is also unnecessary in some contexts, for example when running on GitHub hosted runners...

product enhancement

Related to #449 which concerned sqlcmd AAD authentication in an interactive shell terminal using device code authentication. This issue deals with AAD authentication in a non-interactive script. My scenario is...

enhancement
sqlcmd switch
Security

Currently `--authentication-method` supports `ActiveDirectoryInteractive` which uses [azidentity.InteractiveBrowserCredential](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#InteractiveBrowserCredential). This limits usage to windowed environments with a web browser. Consider supporting a new authentication method `ActiveDirectoryDeviceCode` which would use [azidentity.DeviceCodeCredential](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#DeviceCodeCredential).

enhancement
sqlcmd switch
Security

### What are you trying to do? Similar to #12898 but in a non-containerized context. - When a tailscale node is hosted on a load balanced platform, the load balancer...

needs-triage
fr

**Describe the bug** I am seeing failures in containerized runner restart following auto update. For some reason the update results in missing files resulting in `bin/Runner.Listener: No such file or...

bug
Stale