Git Product home page Git Product logo

wingtipticketssaas-dbpertenant's Issues

Find-AzureRmResource not recognized

cd WingtipTicketsSaaS-DbPerTenant\Learning Modules\Provision and Catalog> .\Demo-ProvisionAndCatalog.ps1

After selecting the subscription I'm getting this:

WingtipTicketsSaaS-DbPerTenant\Learning Modules\Provision and Catalog\Demo-ProvisionAndCatalog.ps1 : The term 'Find-AzureRmResource' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the 
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Demo-ProvisionAndCatalog.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Demo-ProvisionAndCatalog.ps1

Looks like the script could do with an update, https://docs.microsoft.com/en-us/troubleshoot/azure/general/find-azurermresource-fails

Updating to NET5

Hi there!
Thank you for all useful information in your repo and ms docs page!
Today I tried to get the latest of your repo and I can see that the solution is not compatible with Vs2019.- Any idea if you are going to migrate the code to latest version ?

[Questions] Support REporting Services / Analisis Services

Today I work on a product where we are using:
sql server
reporting services
analisis services
All these product are installed per user in most of the cases and we are looking work with multitenant arch.

I am looking forward your github repo& docs I would like to know if you have more materials related with:
Reporting services working with multitenant
Analysis services working with multitenant
Thanks in advance.

Does not build

Does not build. After i download and restore I get below error every time i try to build :(

Error CS0017 Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point. Events-TenantUserApp D:\VSRubbishProjects\WingtipTicketsSaaS-DbPerTenant-master\App\src\Events-TenantUserApp\Program.cs

I am using the most up to date vs 2017 as of this post

Demo-ProvisionAndCatalog.ps1 Fails

This Powershell file fails looking for a Resolve-DnsName cmdlet in Get-ServerNameFromAlias on line 41:
$serverName = Get-ServerNameFromAlias $newTenantAlias

That cmdlet is also used in several other Powershell files and will probably fail there.
Here's the exact error message:

Get-ServerNameFromAlias : The term 'Resolve-DnsName' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At C:\Users\pkandra.ATLANTA\Downloads\WingtipTicketsSaaS-DbPerTenant-master\WingtipTicketsSaaS-DbPerTenant-master\Learning Modules\Provision and Catalog\Demo-ProvisionAndCatalog.ps1:41
char:19

  • $serverName = Get-ServerNameFromAlias $newTenantAlias
    
  •               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Resolve-DnsName:String) [Get-ServerNameFromAlias], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException,Get-ServerNameFromAlias

Deployment Issues with Outdated Azure Blob Storage URIs and Missing Storage Keys in Scripts

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:

  1. 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."
    image
    image
    image
    image
    image

  2. 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.
    image
    image

  3. 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>

image

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.

App's URL returns 404

Accessing the app's URL about 25 minutes after deployment completion returns the result below.

I've tried twice - the second time using a 'random' username in case duplication was the issue.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.