Azure / Azure/Azure-Functions

Unable to perform the Zip deployment of an Isolated model .NET 8 function app in Southeast Asia

Open
#2,433 2 comments 1 reaction 1 assignee Claimed by @bhagyshricompany View on GitHub
bug Needs: Author feedback
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

I created a function app in the Azure portal with a Linux consumption plan in the Southeast Asia region .

![image](https://github.com/Azure/Azure-Functions/assets/54786540/be62cdc3-a75b-4673-b3b0-33fe9d9ecf28)

However, I am encountering an issue when trying to deploy an Isolated model .NET 8 function app using the CLI. The error occurs with the following command:
```
az functionapp deployment source config-zip --src --name --resource-group --debug
```
```
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "POST /subscriptions/subscription_id/resourceGroups/rg-test-malitha/providers/Microsoft.Web/sites/funtionapp-southeast-asia/syncfunctiontriggers?api-version=2022-03-01 HTTP/1.1" 400 346
cli.azure.cli.core.sdk.policies: Response status: 400
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '346'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'Server': 'Microsoft-IIS/10.0'
cli.azure.cli.core.sdk.policies: 'X-AspNet-Version': '4.0.30319'
cli.azure.cli.core.sdk.policies: 'X-Powered-By': 'ASP.NET'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '1199'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id':
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'SOUTHEASTASIA:20240108T040630Z:1389b588-598e-4f29-9aea-afc99cb143wer'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'Date': 'Mon, 08 Jan 2024 04:06:29 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: {"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime.","Target":null,"Details":[{"Message":"Encountered an error (ServiceUnavailable) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime."}}],"Innererror":null}
cli.azure.cli.core.azclierror: Traceback (most recent call last):
```

I tested this deployment in a few other regions, and it works fine (East Asia, West Europe, Norway East)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.