-
- [ ] #532
- [ ] #298
-
### Introduction
There is duplicated code in WebAPI/GQL/CDC
All authentication/authorization extensions/setup and Azure app config files were copied from WebAPI to GQL, could they be merged?
### Des…
-
Depending on local changes this may be quite a large json dump and is returned from the db on every request.
-
I'm working on a custom markdown extension for my app but I need to access some global state that is in a service. I'd like to be able to use a Provider with a factory so that I can inject the service…
-
This is a C++ design guideline question, which might also impact codegen for appconfig (FYI @antkmsft)
There seems to be a bit of inconsistency in our service SDKs on this topics.
For example, attest…
-
Hi Guys,
i'm not sure if this is the right place for feature ideas, but it would be great if someday the app would support [appconfig](https://www.appconfig.org/), so the app can be configured via an…
-
It seems that if an application is specified via AppConfig, it will not work:
```
INSTALLED_APPS = (
'wiki.apps.WikiConfig'
)
```
For `django-wiki`, this produces errors like `TemplateDo…
-
### Describe the feature
Add a command to AppConfig to retrieve a deployed configuration during CDK synthesize step.
### Use Case
I have a CDK application that deploys stacks like this:
```types…
-
## What is your question?
I'm using `CacheUnmanagedCertificatePEMBytes` and manage custom TLS for several websites using the following code:
```go
cnf := certmagic.NewDefault()
cnf.CacheUnman…
-
generate perfect jsonschema validation for a layout config for any route in appConfig
Site to use to understand what a jsonschema format would be like https://extendsclass.com/json-schema-validator.h…