You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dotnet-isolated runtime and version 8.0
I have deployed Flex Consumption plan and app via Bicep.
I am using the AzureWebJobsStorage__accountname app setting and system assigned identity which I have given Storage Blob Data Contributor access to the storage account.
I am using vnet integration and the subnet also has access to the storage account.
I am using az functionapp deployment source config-zip CLI task in AzurePipelines yml file to deploy the code to the container I am using inside the deployment settings. However, the task always fails with:
"ERROR: Failed to fetch host key to check for function app status".
Any ideas? I do have other app settings for things like service bus which I have given access to with the identity as above.
Please find the bicep template below. I apologise if I've raised this in the wrong repository.
AzureWebJobsStorage__accountname
app setting and system assigned identity which I have givenStorage Blob Data Contributor
access to the storage account.az functionapp deployment source config-zip
CLI task in AzurePipelines yml file to deploy the code to the container I am using inside the deployment settings. However, the task always fails with:"ERROR: Failed to fetch host key to check for function app status"
.Any ideas? I do have other app settings for things like service bus which I have given access to with the identity as above.
Please find the bicep template below. I apologise if I've raised this in the wrong repository.
In the portal I also see this
The text was updated successfully, but these errors were encountered: