skip to Main Content

Azure – Unable to create Alert for podReadyPercentage metrics

I am trying to create a MetricAlert using the following script Set-AzContext -Subscription "f0bXXXXXXX" $action = Get-AzActionGroup -ResourceGroupName gze-actgrp-pd-rgp-001 -Name UWDevOps_PD $actionID = New-AzActionGroup -ActionGroupId $action.id #Get-AzMetricDefinition -ResourceId "/subscriptions/9ca9XXXXX/resourcegroups/gze-pdi203-pd1-rgp-001/providers/Microsoft.ContainerService/managedClusters/gze-pdi203-pd1-aks-isostr-001" #set alert dim to pick the right options $dim = New-AzMetricAlertRuleV2DimensionSelection…

VIEW QUESTION

Error = [Microsoft][ODBC Driver 18 for SQL Server]Invalid date format when using Azure SQL Server

I need to move table from an Azure SQL database to another database Firstly, I have exported data from table by using below query: select contract_id, contractor_name, plan_id, quantity, format(exec_date, 'yyyyMMddHHmmssffff') as exec_date, initial_plan, contract_status, backup_disksize, format(register_date, 'yyyyMMddHHmmssffff') as register_date,…

VIEW QUESTION
Back To Top
Search