Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
b
big-sugar-92932
01/23/2022, 9:23 PM
Ok, now I'm trying to figure out how to configure the autoscale settings/rules for an AppServicePlan. Can't find any docs or samples on how to do that,
g
great-queen-39697
01/24/2022, 8:18 PM
First, do you know if you're using the native provider (
https://www.pulumi.com/registry/packages/azure-native/api-docs/web/appserviceplan/
) or the classic provider (
https://www.pulumi.com/registry/packages/azure/api-docs/appservice/appservice/
) --- I'm guessing you're on native, but I want to be sure before I point you down the wrong path. Just in case it's helpful, the native provider is built directly from Azure's resource model, so I generally check Azure's specs, like
this one
, when I'm stuck.
5 Views
#azure
Join Slack