Chris Klug
Chris Klug
The reason is that version 5 of @azure/arm-cdn requires an extra parameter to be passed in to enableCustomHttps. A working version looks like this ``` await cdnClient.customDomains.enableCustomHttps( inputs.resourceGroupName, inputs.profileName, inputs.endpointName,...
Trying to first create an Insights resource without a workspace, and then update it using `az monitor app-insights component update --app {} -g {} --workspace "/subscriptions/XXXXXXXXXXXXX/resourcegroups/my-resource-group/providers/microsoft.operationalinsights/workspaces/"` causes __cli.azure.cli.core.azclierror: Operation failed...
Using just the name caused it to not be found, which makes me believe it uses the same resource group. And in my case, they are not in the same...
They are both West Europe, in the same subscription
Yeah, it seems like it just started working for some reason on Friday. No changes to the scripts or anything. It just "magically" started working again... Doesn't inspire too much...
Hi! I think a lot of the concepts are still valid, but the implementation changed a bit for version 3 and up. So yes, it is still somewhat valid, but...