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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extendability Questions #125

Open
glsutter opened this issue Dec 8, 2020 · 1 comment
Open

Extendability Questions #125

glsutter opened this issue Dec 8, 2020 · 1 comment

Comments

@glsutter
Copy link

glsutter commented Dec 8, 2020

Just evaluating Chaos Toolkit for an Azure project, and had a general question about extendability. Our project is interested in trying to inject some failures into some PaaS components like Azure Functions and Cosmos DB. It's not clear yet what types of failures could be created, but that's another question.

Is it true that any Azure resource property can be changed via Chaos Toolkit as long as it's supported by the Azure Python SDK?

And, a related question, could Powershell scripts be called from within Chaos Toolkit vs. using the Python SDK?

Just trying to get an idea of what can be done vs. interacting with Azure Resource Manager.

Thanks

@xpdable
Copy link
Contributor

xpdable commented Dec 11, 2020

Just evaluating Chaos Toolkit for an Azure project, and had a general question about extendability. Our project is interested in trying to inject some failures into some PaaS components like Azure Functions and Cosmos DB. It's not clear yet what types of failures could be created, but that's another question.

For DB action, we do not have any progress #72

Is it true that any Azure resource property can be changed via Chaos Toolkit as long as it's supported by the Azure Python SDK?

Technecially, Yes

And, a related question, could Powershell scripts be called from within Chaos Toolkit vs. using the Python SDK?

Not sure if you mean this usage : https://github.com/chaostoolkit-incubator/chaostoolkit-azure/blob/master/chaosazure/common/compute/command.py#L42

Just trying to get an idea of what can be done vs. interacting with Azure Resource Manager.

I do not familiar with Azure. But more or less it is depands on your usage scope.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants