Safe Refactoring in Azure UI Definition Templates (createUiDefinition or uiFormDefinition)

Safe Refactoring in Azure UI Definition Templates (createUiDefinition or uiFormDefinition)

Refactoring in UI definition templates (createUiDefinition and uiFormDefinition) is error prone and can easily lead to breaking changes if not planned carefully. Specifically, applying a rename refactoring to an input control is almost always going to result in a broken expression somewhere in the UI definition. Unless the input control is orphaned, input controls are referenced in expression that either pass their value to the ARM template or apply some transformation on it before handing it over....

Read More
API Studio—The REST API Power Tool for Azure ARM and Microsoft Graph APIs

API Studio—The REST API Power Tool for Azure ARM and Microsoft Graph APIs

Learn how to use API Studio, the powerful REST API composition and testing tool built into Maestro Studio ENSEMBLE and SOLO. Also learn how API Studio facilitates and simplifies the use of ARM and MS Graph APIs in createUiDefinition.json by enabling the use of drag-and-drop to place pre-configured ArmApiControl and GraphApiControl widgets in your UI definition to represent the APIs you've tested and verified in API Studio....

Read More