-
Hi
I am having issues to setup BC with an SQL Express DB on the docker host.
I am using following script:
```
New-BCContainer `
-accept_eula `
-containerName $containerName `
…
-
sql.TestRelocateNonVoters [failed](https://tanzanite.cluster.engflow.com/invocations/default/7d6f2c60-c813-4ec6-85da-52dcec2537ef?testReportRun=1&testReportShard=15&testReportAttempt=1#targets-Ly9wa2c…
-
Hi, I have an app that needs rule-based workflows exactly like what bipip offers.
I see you use a rest api -which is great. I am trying to wrap my head around how all this could work.
Are there an…
-
Multitenancy has been deprecated. Remove deprecated macros from:
https://github.com/eclipse/openj9/blob/c529318aa26474cb57d0d4a83544d637ff73f6aa/runtime/compiler/p/runtime/PicBuilder.spp#L83
``…
-
Hello, I want to ask a quick question: Does PowerAdmin support multitenant design? Or is everything based on accounts?
-
Environment:
• Language: Python
• Template: parameters-for-template-BotApp-with-rg.json
• Documentation: [Provisioning Bot with ARM template](https://learn.microsoft.com/en-us/azure/bot-service/pr…
-
This is what you get when you try and look at the Network page of the console from the application tenant:
From the system tenant, it works fine:
If we can't render this page properly fr…
-
**Is your feature request related to a problem? Please describe.**
KIP-966 implements a new RPC `DescribeTopicPartitions`. `DescribeTopicPartitions` uses a cursor pattern, which a new to the Mult…
-
I'm trying to implement multi-tenancy by saving and fetching tenants from the database. For that, I created a custom store and registered it in the Program.cs . I've also injected IMultiTenantContextA…
-
In terms of how a typical asp.net core app starts up, it typically uses something like this:
```
public class Program
{
public static void Main(string[] args)
{
CreateHostBuild…