Ciprian Gologan

Results 8 comments of Ciprian Gologan

@hannovdm App service: { "id": 330, "resource": "Web/sites", "optional": "UnitDept", "exclude": "Org,Function", "property": "Web App", "ShortName": "app", "scope": "global", "lengthMin": "2", "lengthMax": "60", "validText": "Contains alphanumerics and hyphens.", "invalidText": "Can\u0027t...

Does somebody has any idea how `install.scopes` section should look for azure devops artifact feed? I tried each possible solution i was think of, and i always end up with...

@martinothamar the same behavior on my side, if i click the link i can download it.

the same issue is for import from app service to app config: `az appconfig kv import --name myAppConfig --source appservice --appservice-account /subscriptions/11111111111111/resourceGroups/myrg/providers/Microsoft.Web/sites/mywebapp --label webAppsettings --prefix PROD: --auth-mode login --subscription 1111111111111111111`...

@dimtitricognet : `"If we delete a resource in Azure, how can we release the name in the application so it can be reused ?"` ![Image](https://github.com/user-attachments/assets/d66cce97-c6dd-4148-ad8e-cfbcdd1dc7d3) This will allow you to...

@sfofana-ext I used this method https://github.com/mspnp/AzureNamingTool/wiki/Run-as-a-Web-App-for-Containers and there is no problem running as container. Setting it up as ci/cd is very easy, just have a task to download the release...

@mikkelmib CAF is just a set of recommendation and best practices that allows you to have a smooth cloud journey, but in the end is about you making sure you...

@thomas11 For azure sql virtual machine there are two rest api's for which you are getting the properties: https://learn.microsoft.com/en-us/rest/api/sqlvm/sql-virtual-machines/get?view=rest-sqlvm-2023-10-01&tabs=HTTP. I didn't look at the pulumi call to see which api...