代码之家  ›  专栏  ›  技术社区  ›  Drake

如何在Azure上为我的应用服务设置环境变量?

  •  0
  • Drake  · 技术社区  · 5 年前

    D:\home\site\wwwroot>setx AZURE_STORAGE_CONNECTION_STRING "<MyConnectionString>"
    

    但我得到的信息是:

    错误:拒绝访问注册表路径

    1 回复  |  直到 5 年前
        1
  •  1
  •   Sajeetharan    5 年前

    您可以通过导航到 Configuration ,并添加一个名为“AZURE_STORAGE_CONNECTION_STRING”的新密钥和值

    CLI command ,

    az webapp config connection-string set --connection-string-type {ApiHub, Custom, DocDb, EventHub, MySql, NotificationHub, PostgreSQL, RedisCache, SQLAzure, SQLServer, ServiceBus}
                                           [--ids]
                                           [--name]
                                           [--resource-group]
                                           [--settings]
                                           [--slot]
                                           [--slot-settings]
                                           [--subscription]