web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

BC DevOps - Facing issue while running pipeline

(7) ShareShare
ReportReport
Posted on by 25
We have configured Business central Devops and When we run the pipeline it throws below error.
 
Error downloading symbols for Avalara_Avalara AvaTax_26.0.28.1.app. Error was: Exception calling "GetResult" with "0" argument(s): "Response status code does not indicate success: 404 (Not Found)." At C:\Users\VssAdministrator\AppData\Local\Temp\10a83c95-0177-4e60-8354-b677ce681b34\AppHandling\Compile-AppInNavContai ner.ps1:485 char:25 + ... throw "Error downloading symbols for $symbolsName. Error ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Error downloadi...4 (Not Found).":String) [], RuntimeException + FullyQualifiedErrorId : Error downloading symbols for Avalara_Avalara AvaTax_26.0.28.1.app. Error was: Exception calling "GetResult" with "0" argument(s): "Response status code does not indicate success: 404 (Not Found)."
 
 
 
 
I have the same question (0)
  • Suggested answer
    OussamaSabbouh Profile Picture
    12,766 Super User 2026 Season 1 on at
    Hello,
     
    The 404 error means the Avalara AvaTax symbols aren’t found.
    Make sure the app.json dependency version matches the installed Avalara app.
    Install the app in your build container or sandbox before downloading symbols.
    Check your al.packageCachePath and clear .alpackages if needed, then rebuild.
     
    Regards, 
    Oussama
  • Suggested answer
    Aman Kakkar Profile Picture
    2,977 Super User 2026 Season 1 on at
    Hi,
     
    This means that the DevOps build agent could not find or download the .app symbol file for the Avalara AvaTax extension from the Business Central service or artifact feed.
     
    The Avalara app must be installed and published in the Business Central environment (sandbox or container) before symbol download can succeed.
     
    Also, you can try cleaning up symbols folder or restarting the agent.
     
    For debugging purposes, you can remove dependencies temporarily from your app.json for the Avalara app to test if build process is successful.
     
    Hope this helps.
    Aman K
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    22,106 Super User 2026 Season 1 on at
    The error occurs because the pipeline can’t find the Avalara_AvaTax_26.0.28.1 app to download its symbols. This usually means the Avalara extension isn’t installed or published in the build container, or the version in your app.json doesn’t match what’s available. Make sure the correct Avalara app version is published in your container or environment, and update the dependency version in app.json if needed. If it’s an AppSource app, contact Avalara for access to its symbols.
  • Suggested answer
    Jeffrey Bulanadi Profile Picture
    9,112 Super User 2026 Season 1 on at

    Hi,

    This you're seeing is a common DevOps issue when working with BC extensions. The pipeline is trying to download symbols for Avalara_Avalara AvaTax_26.0.28.1.app, but the response returns a 404, meaning the file is not found in the expected location.

    Let’s move ahead with this:
     

    1. Check Artifact Feed or App Source

    • Confirm that the .app file for Avalara AvaTax version 26.0.28.1 is present in your artifact feed, source repository, or local package folder.
    • If you're using a private NuGet feed or Azure Artifacts, make sure the app was published correctly and is accessible to the pipeline.


    2. Verify Symbol Generation

    • Symbols are generated during packaging using alc.exe or Compile-AppInNavContainer.ps1.
    • If the .app was compiled without symbols (-DoNotGenerateSymbolFile), the pipeline won’t be able to resolve dependencies.
    • Rebuild the app with symbol generation enabled and republish it to the feed.

    3. Check Dependency Declaration

    • In your app.json, ensure the Avalara AvaTax dependency is declared correctly with the exact name and version:
      "dependencies": [
        {
          "id": "Avalara_Avalara AvaTax",
          "publisher": "Avalara",
          "name": "Avalara AvaTax",
          "version": "26.0.28.1"
        }
      ]

    4. Use Correct Container Image

    • If you're using a container, make sure the image includes the Avalara extension or that the .app is installed before symbol resolution.
    • You can use Get-BcContainerAppInfo to verify installed apps in the container.


    5. Fallback: Remove Dependency Temporarily

    • If the extension is not critical for the current build, you can temporarily remove the dependency from app.json to allow the pipeline to proceed.
    • This is not recommended for production builds but can help isolate the issue.


    Helpful Reference
    Troubleshoot pipeline runs - Azure Pipelines | Microsoft Learn
    navcontainerhelper/AppHandling/Compile-AppInNavContainer.ps1 at main · microsoft/navcontainerhelper · GitHub
    Dynamics 365 Business Central: subfolding AL symbols

    If you find this helpful, feel free to mark this as the suggested or verified answer.

    Cheers
    Jeffrey

  • Crishmin Profile Picture
    25 on at
    How can I install it in the container? In my scenario, the pipeline creates a container and installs Business Central. The Avalara extension is a third-party app available on AppSource.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,804 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,103 Super User 2026 Season 1

#3
Kamal Khakhkhar Profile Picture

Kamal Khakhkhar 695

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans
Liquid error: parsing "/globalsearch/?q=If+I+use+Polly+do+retry%2C+I+have+a+caller+cancellation+token%2C+and+in+polly++I+add+another+request+timeout%2C+if+request+timeout+but+caller+cancellation+token+is+not+cancelled%2C+then+we+retry" - Nested quantifier +.