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 }}
Instantly share code, notes, and snippets.
💭
Mostly working on DevOps stuff (#azuredevops, #k8s)
Marcel Körtgen
mkoertgen
💭
Mostly working on DevOps stuff (#azuredevops, #k8s)
Using built-in mkdocs server in production on Windows (Scheduled Task)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ClickOnce: Setting a custom icon in 'Add/Remove Programs'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following examples take on the example of deploying the fictional .NET application app.exe.
NOTE: With ClickOnce you can only deploy .NET applications out of the box. Ho, cf. How can I deploy a non .net application with ClickOnce?.
Creating a ClickOnce deployment for any .NET application
Create the application manifest from the build output (binaries)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suppose you are about to host an event and want to invite customers.
The event is so extraordinary that you want to invite customers only
having at least one department in Berlin and also in Munich.
Setup
First, setup some example customers (Tom, Dick & Harry):
In projects inclined to the Microsoft ecosystem, Teams is probably the best collaboration option, especially if your team members are dislocated.
Probably because using different Office 365 accounts i had a hard time getting the Teams-Addin to work with Outlook. This is a know problem as you can find numerous articles on the web from people asking for help about this issue. Microsoft is working to enhance the Teams / Outlook experience.
One especially helpful article was Missing Teams Outlook Add-in by Michael LaMontagne (@RealTimeUC). Michael was the only one trying to dig deeper into the nitty-gritty details of COM-registration between Outlook and the Teams .NET application, deployed using Squirrel.Windows (as most Electron-based desktop-apps on Windows, e.g. Slack etc.).
He finally got the Teams-AddIn working by duplicating registry keys from a working machine.
However, after reviewing the Teams & Teams
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The "Open Distro"-fork of Elasticsearch uses Tenants instead of Kibana Spaces
where each tenant corresponds to a separate Kibana Index / Alias.
When provisioning Kibana Objects on an "Open Distro"-cluster using the Phil Bakers Terraform Elasticsearch community provider it will by default create resources in .kibana-index which corresponds to the global tenant.
For example after spinning up a single node cluster the different Kibana indexes may look like