@Kumar - Thanks for the question and using MS Q&A platform.
This is a known limiation with Databricks community edition.
Note: Secrets APIs works only with Azure Databricks Premium version. For more details, refer to https://learn.microsoft.com/en-us/azure/databricks/security/secrets/secret-scopes.
Secrets aren't enabled on the community edition. If you try to execute any related command, such as:
dbutils.secrets.listScopes()
it will give the following error:
Secrets API is not enabled for this workspace.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.