skip to Main Content

Azure – While importing the resources, I got an error message

azurerm_public_ip.TestGeraldVm: Importing from ID "C:/Program Files/Git/subscriptions/3476gjkfe7-73ed-3444-2124-n8e6ad00jr1z/resourceGroups/henry/providers/Microsoft.Network/publicIPAddresses/TestVm-ip"... Error: parsing "C:/Program Files/Git/subscriptions/3476gjkfe7-73ed-3444-2124-n8e6ad00jr1z/resourceGroups/henry/providers/Microsoft.Network/publicIPAddresses/TestVm-ip": parsing segment "subscriptions": parsing the PublicIPAddress ID: the segment at position 0 didn't match Expected a PublicIPAddress ID that matched: /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/example-resource-group/providers/Microsoft.Network/publicIPAddresses/publicIPAddressesValue However this value was provided: C:/Program Files/Git/subscriptions/3476gjkfe7-73ed-3444-2124-n8e6ad00jr1z/resourceGroups/henry/providers/Microsoft.Network/publicIPAddresses/TestVm-ip The parsed…

VIEW QUESTION

Azure Functions isolated logging

I am currently writing an Azure Function and had a look into the documentation of Azure Function. This documentation suggest to remove the default rule for application insights: https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=windows#managing-log-levels The rest of your application continues to work with ILogger and…

VIEW QUESTION
Back To Top
Search