Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set Connection Policy for Azure SQL Server #1573

Open
robertlyson opened this issue Mar 14, 2022 · 0 comments
Open

How to set Connection Policy for Azure SQL Server #1573

robertlyson opened this issue Mar 14, 2022 · 0 comments
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively kind/enhancement Improvements or new features

Comments

@robertlyson
Copy link

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Hi 馃憢

Tried to change the Connection Policy for my Azure SQL Server today, but couldn't find a way how to do this. @mikhailshilkov suggested to create this issue as it may be missing.

I'm defining my sql server as follow

var sqlServer = new Pulumi.AzureNative.Sql.Server(sqlServerName, new ServerArgs
{
    ServerName = sqlServerName,
    ResourceGroupName = resourceGroup.Name,
    Location = resourceGroup.Location,
    Version = "12.0",
    MinimalTlsVersion = "1.2",
    AdministratorLogin = dbLogin,
    AdministratorLoginPassword = dbPassword,
    PublicNetworkAccess = ServerPublicNetworkAccess.Disabled,
});

Thanks.

@robertlyson robertlyson added the kind/enhancement Improvements or new features label Mar 14, 2022
@viveklak viveklak added the impact/usability Something that impacts users' ability to use the product easily and intuitively label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants