-
Notifications
You must be signed in to change notification settings - Fork 192
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aztfty unable to export resource group more that 200 templates #76
Comments
@manjeetsinghcodz Thank you for submitting this! This is because currently |
@magodo thanks for this info. but is there a way to import only one resource from a resource-group with aztfy ? |
@manjeetsinghcodz You can do that via https://github.com/magodo/tfadd, which is used by |
Hi @magodo , but for this...i do need to create the tf file first and it'll like an import? Or not? I didn't understand well how to use the tfadd to import, like, a VM or an app gateway |
@rtorato You can check out the readme: https://github.com/magodo/tfadd#usage. Once #166 is merged, there would be first class subcommand for the single resource scenario. |
Awesome. I'll wait for the merge and test, posting the feedbacks after completing |
@rtorato v0.6.0 is now released. |
Hello,
i have following error when doing an import :
aztfy XXXX
exporting arm template of resource group XXXXX: resources.GroupsClient#ExportTemplate: Failure sending request: StatusCode=0 -- Original
Error: autorest/azure: Service returned an error. Status= Code="ExportTemplateResourcesLimitExceeded" Message="Export template is not supported
for resource groups that have more than '200' resources."
<<<
Please help. Thank you
The text was updated successfully, but these errors were encountered: