Unable to restore the function app from backup

selva vignesh 0 Reputation points
2023-03-24T12:24:29.4766667+00:00

I am trying to restore a function app from backup. I am using the Java SDK to acheive this. On portal everything works fine but while trying for the same backup from Azure java SDK. I am getting this exception.

com.azure.resourcemanager.appservice.models.DefaultErrorResponseErrorException: Status code 500, "{"Code":"InternalServerError","Message":"Error occurred while reading meta data from the storage account.","Target":null,"Details":[{"Message":"Error occurred while reading meta data from the storage account."},{"Code":"InternalServerError"},{"ErrorEntity":{"ExtendedCode":"54102","MessageTemplate":"Error occurred while reading meta data from the storage account.","Parameters":["dev-docker-app"],"Code":"InternalServerError","Message":"Error occurred while reading meta data from the storage account."}}],"Innererror":null}": Error occurred while reading meta data from the storage account.17:31:26.991 [reactor-http-epoll-5] DEBUG reactor.netty.ReactorNetty - [id:802ff4d5, L:/192.168.0.46:39626 - R:management.azure.com/40.78.196.33:443] Non Removed handler: azureResponseTimeoutHandler, context: null, pipeline: DefaultChannelPipeline{(reactor.left.sslHandler = io.netty.handler.ssl.SslHandler), (reactor.left.httpCodec = io.netty.handler.codec.http.HttpClientCodec), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)}

Can anyone help me with this? Thanks in advance.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,002 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.