DAB setup best practices #2612
-
Hi everyone, I've managed to get DAB configured in local development mode. Now I'm looking into getting this deployed to a test environment, and eventually to production. Apologies if the questions below are obvious, but these types of things haven't really been part of my usual routine. There are a few "DAB topics" that I would like to have better understanding of:
Hosting: I've reviewed this documentation: A lot of the documentation online for DAB has StaticWebApps as the go-to option.
Apart from StaticWebApps, the client is most comfortable with AzureAppService:
The .env file:
For development purposes I've been able to utilize "Active Directory Interactive" but I don't expect this would be the correct choice when it's time to deploy to test and production level environments. Hopefully can get some clarity on these questions. Thanks for the time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Regarding .env file, I've been trying to "add some muscle" to the stored procedure that DAB exposes as an API.
I've been following the instructions from here: And since I'm testing in localhost mode for now, I'm using the authentication method "Active Directory Default". I'm getting this error though:
Any idea what's missing? |
Beta Was this translation helpful? Give feedback.
Hi there, thanks for the questions.
Unfortunately, we don't have any additional information regarding GA dates for DAB in StaticWebApps.
AzureAppService is a good option for DAB. You can run DAB as either a native .NET application or as a Docker container image. You've probably reviewed these docs, but you …