levimatheri

Results 22 issues of levimatheri

**Is your feature request related to a problem? Please describe.** Wix.com offers [OAuth2 API](https://dev.wix.com/api/rest/getting-started/authentication#getting-started_authentication_authentication). I'd like to implement it as Provider. **Describe the solution you'd like** Add a new provider...

help wanted
new provider

**Describe the bug** We are experiencing an issue with Service Fabric container on one of our nodes. During application upgrade, we got the following errors below. The dockerd daemon shows...

type-code-defect

Since Container Monitoring Solution is being deprecated, what solution should be used for monitoring Service Fabric containers? Looks like Container Insights is only for AKS. https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-transition-solution

type-enhancement
status-last6months

I came across the [readiness probes](https://docs.microsoft.com/en-us/azure/service-fabric/probes-codepackage#http-probe), which work great. However, when the endpoint address is unpublished when the instance is unhealthy, the reverse Proxy still tries to route requests to...

type-enhancement

I'm running 4 IIS application docker containers in each of 5 Service Fabric cluster nodes. It works fine for a while and then sometimes the network performance is intermittently slow...

status-last6months

What is the timeline for supporting Docker Compose in production? I see it's still in preview. Will you support ARM template deployment of Compose too? Thanks. --- Assignees: /cc @microsoft/service-fabric-triage

type-enhancement
status-last6months

Hello @dzimchuk. Was reading [your article](https://dzimchuk.net/re-iterating-communication-options-in-service-fabric/) about the different Service Fabric service-to-service communication options. I was wondering, what would you say is the disadvantage of using Reverse Proxy as opposed...

For [dotnet-new issue #4178](https://github.com/dotnet/templating/issues/4178). Adds `inRoot` argument which is passed to `dotnet sln add` as `--in-root`. cc @vlada-shubina

area: dotnet new

### Library name and version Azure.ResourceManager.Search 1.1.0 ### Query/Question I'm trying to set auth option to 'Both' i.e. api key and RBAC for Azure AI Search. As per [the documentation](https://learn.microsoft.com/en-us/azure/search/search-security-rbac?tabs=config-svc-rest%2Croles-portal%2Ctest-portal%2Ccustom-role-portal%2Cdisable-keys-portal#configure-role-based-access-for-data-plane),...

Search
Mgmt
customer-reported
question
needs-team-attention

The package currently in use for Azure storage is Microsoft.WindowsAzure.Storage which has long been deprecated. https://github.com/danielgerlag/workflow-core/tree/master/src/providers/WorkflowCore.Providers.Azure Update to use Azure.Storage.* If outside contributions are welcome, I'd be happy to submit...