You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where M11MD0S1MMM0011001 indicates a one char indicator of a setting value by ordinal.
Which settings
Top level values: ! (error), M (missing). In some cases, like Cache.Enabled, M is not an error - it is just accepting the system default. In other cases, like Runtime.Host.Mode, only [D]evelopment and [P]roduction enums are allowed, any other would result in !.
Ordinal
Property
Decode
1
data-source-files
small-count
2
runtime.rest.enabled
boolean
3
runtime.graphql.enabled
boolean
4
runtime.graphql.multiple-mutations.create.enabled
boolean
5
runtime.host.mode
P (Prod), D (Dev)
6
runtime.host.cors.allow-credentials
boolean
7
runtime.host.authentication.provider
S (StaticWebApp), A (AppService), Z (AzureId), D (Simulator), E (EntraId), O (Oauth), N (None)
What is it?
Repository with working sample solution
Format
dab_oss_1.2.3.4+M11MD0S1MMM0011001
Where
M11MD0S1MMM0011001
indicates a one char indicator of a setting value by ordinal.Which settings
Top level values:
!
(error),M
(missing). In some cases, likeCache.Enabled
,M
is not an error - it is just accepting the system default. In other cases, likeRuntime.Host.Mode
, only[D]evelopment
and[P]roduction
enums are allowed, any other would result in!
.Summary of fields we care about in context.
Decoding
boolean
small-count
big-count
customized
Example
M11MD0S1MMM0011001
[]
false
false
false
production
false
None
false
100000
100
158
false
0
false
false
false
[]
false
The text was updated successfully, but these errors were encountered: