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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
I am encountering several issues with the deployment of the "WingtipTicketsSaaS-DbPerTenant" project using both the "Deploy to Azure" button provided in the official documentation and the manual deployment from the GitHub repository. Below are the details of the issues:
Missing storageKey in ARM Template: The ARM template lacks the storageKey parameter when deployed through both the "Deploy to Azure" button and manual deployment using the code from the GitHub repository. This omission leads to errors related to invalid storage credentials during the import operation of the .bacpac file. The exact error message encountered in both deployment methods is: "The ImportExport operation failed because of invalid storage credentials."
Inconsistency in storageUri Domain Names: There is a discrepancy in the domain names of the storageUri between the template deployed via the "Deploy to Azure" button and the latest version on GitHub. The domain used by the "Deploy to Azure" is wtdemoresourcestemp.blob.core.windows.net, whereas the GitHub codes uses wingtipsaas1.blob.core.windows.net.
Resource Not Found Error for .bacpac File: Directly accessing the storageUri of the .bacpac file provided in the latest GitHub repository version (https://wingtipsaas1.blob.core.windows.net/bacpacs-dpt/contosoconcerthall.bacpac) results in a "Resource Not Found" error. The error message is as follows:
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:97c12964-f01e-003c-23d9-8fbed1000000 Time:2024-04-16T08:38:33.5851022Z</Message>
</Error>
These issues are causing significant deployment failures, and it seems that there might be outdated information or errors in the deployment scripts or documentation. Any assistance or updates to resolve these problems would be greatly appreciated.
Hello,
I am encountering several issues with the deployment of the "WingtipTicketsSaaS-DbPerTenant" project using both the "Deploy to Azure" button provided in the official documentation and the manual deployment from the GitHub repository. Below are the details of the issues:
Missing





storageKeyin ARM Template: The ARM template lacks thestorageKeyparameter when deployed through both the "Deploy to Azure" button and manual deployment using the code from the GitHub repository. This omission leads to errors related to invalid storage credentials during the import operation of the.bacpacfile. The exact error message encountered in both deployment methods is: "The ImportExport operation failed because of invalid storage credentials."Inconsistency in


storageUriDomain Names: There is a discrepancy in the domain names of thestorageUribetween the template deployed via the "Deploy to Azure" button and the latest version on GitHub. The domain used by the "Deploy to Azure" iswtdemoresourcestemp.blob.core.windows.net, whereas the GitHub codes useswingtipsaas1.blob.core.windows.net.Resource Not Found Error for
.bacpacFile: Directly accessing thestorageUriof the.bacpacfile provided in the latest GitHub repository version (https://wingtipsaas1.blob.core.windows.net/bacpacs-dpt/contosoconcerthall.bacpac) results in a "Resource Not Found" error. The error message is as follows:These issues are causing significant deployment failures, and it seems that there might be outdated information or errors in the deployment scripts or documentation. Any assistance or updates to resolve these problems would be greatly appreciated.
Thank you.