microsoft / service-fabric-explorer

Service Fabric Explorer is a web based dashboard for visualizing the state of a Service Fabric cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require force option for ARM resources

craftyhouse opened this issue · comments

We should require users to ack and force direct cluster operations when they are ARM based resources (e.g. apps were deployed via ARM). This should reduce the chance of users accidentally executing direct cluster operations.

Describe the solution you'd like
a. Per operation force flag support or global switch to allow changes for ARM resources.
b. Events tab must show if mgmt. operation was initiated by customer or SFMC/SFRP client.

Requires #691 to be completed first