Multiple subscriptions #356
-
Is it possible to implement appservice-acmebot so, that it could serve multiple different subscriptions and app services in all of those subscriptions from only one deployment? If this is now not possible, might be a good development idea to have Subscription as one of the variables that could be set during the add-certificate process. If I have DNS zones implemented in only one subscription, does the acmebot function app handle Azure DNS related tasks, or do I need to have Azure DNS in same subscription? Now I am getting DNS01Precondition failed error message, even that I have DNS Zone Contributor role specified for function app as needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Multiple subscriptions are not supported. You must have an App Service or Azure DNS for the subscription specified by This is because the Azure REST API always requires a single subscription. |
Beta Was this translation helpful? Give feedback.
Multiple subscriptions are not supported. You must have an App Service or Azure DNS for the subscription specified by
Acmebot:SubscriptionId
.This is because the Azure REST API always requires a single subscription.