我正在使用此代码: Environment.SetEnvironmentVariable("ConnectionString", connString, EnvironmentVariableTarget.[User|Process|Machine]); 在 Azure RoleEntryPoint 类的 OnRoleEnvironmentChanged 事件上设置环境变量上的连接字符串并在 PHP 中使用它,但它不起作用。
使用用户或进程作为目标它根本不起作用,使用机器角色无法执行指令(可能是因为用户限制)
如何从 .NET 中的 Azure 角色设置变量以在 PHP 中使用?