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
AzureWebJobsSecretStorageType unexpectedly changed from files to blob after slot creation.
Portal show below warning, But it does not describe secret repository change.
If this is expected behavior, it would be nice to explain more detail in warning message or doc.
Repro steps
Create FunctionApp
Set AzureWebJobsSecretStorageType as files
Add function secret mySecret
Create slot stg
Check AzureWebJobsSecretStorageType of production slot
Expected behavior
AzureWebJobsSecretStorageType keeped as files.
Actual behavior
AzureWebJobsSecretStorageType changed from files to blob .
Known workarounds
Manualy edit AzureWebJobsSecretStorageType as files
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
If you are not the original author (georgeOsdDev) and believe this issue is not stale, please comment with /bot not-stale and I will not close it.
Investigative information
AzureWebJobsSecretStorageType unexpectedly changed from
files
toblob
after slot creation.Portal show below warning, But it does not describe secret repository change.
If this is expected behavior, it would be nice to explain more detail in warning message or doc.
Repro steps
files
mySecret
stg
Expected behavior
AzureWebJobsSecretStorageType
keeped asfiles
.Actual behavior
AzureWebJobsSecretStorageType
changed fromfiles
toblob
.Known workarounds
Manualy edit AzureWebJobsSecretStorageType as
files
Related information
MicrosoftDocs/azure-docs#87990
The text was updated successfully, but these errors were encountered: