Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
w
wet-sunset-4939
12/17/2019, 4:17 AM
Hello all, Quick question regarding to Azure SQl Server. How could I set "Allow Azure services and resources to access this server" from pulumi when provision the server and how to restrict to particular AzureDevOps instance?
a
adventurous-garage-59192
12/17/2019, 4:29 AM
Create a new
FirewallRule
with the name of
AllowAllWindowsAzureIps
and a start/end IP of
0.0.0.0
❤️ 2
w
wet-sunset-4939
12/17/2019, 5:31 AM
thank you so much
Post